bvaughn / planner

Lightweight, interactive planning tool that visualizes a series of tasks using an HTML canvas

Home Page:https://plannerjs.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planner

Lightweight, interactive planning tool that visualizes a series of tasks using an HTML canvas.



Planner JS meta-image

Try it yourself at plannerjs.dev

Plans created with Planner are automatically saved to the URL and can be easily shared with others.

If you like this project β˜•οΈ buy me a cup of coffee at patreon.com/bvaughn πŸ˜ƒ


Examples

Planner screenshot

Planner screenshot

Planner screenshot

Planner screenshot


Converting legacy plans

Planner switched from jsurl2 to Base64 encoding due to URL parsing problems jsurl2 caused websites like Twitter. If you created a plan with using the old jsurl2 encoding, you can migrate to the new format at the URL below:

https://plannerjs.dev/api/convert?(your-data-here)

About

Lightweight, interactive planning tool that visualizes a series of tasks using an HTML canvas

https://plannerjs.vercel.app/

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 4.4%