The missing kanban board for Todoist.
As of today, the Todoist API prevents users without Todoist Premium from creating Labels. Kanbanist uses Labels as the lists so without labels, well, there's not a whole lot going on.
- Create a dynamic kanban board for Todoist tasks.
- Completely serverless: the application syncs to/from Todoist directly so changes instanstly show up in all your Todoist apps.
- Private and secure: no server means no place for unwanted eyes to look at your tasks.
- Build the perfect board using filters and then save your board as a bookmark.
- Full support for Todoist quick-add syntax.
- Full support for
markdown
and emojis 🎉.
- As described in Issue 74, you cannot scroll the board by dragging a task to the edge as is possible in Trello. This is an issue with the underlying drag-and-drop library: the (otherwise excellent)
react-beautiful-dnd
.
Kanbanist is a static (serverless) website built using create-react-app
and dependencies are managed using yarn
To get started git clone
the repository and then run yarn
(to install dependencies) and yarn start
to start the development server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please use the following prettier
configuration on all javascript files (or run yarn format
):
prettier --print-width 120 ---tab-width 4 -single-quote --jsx-bracket-same-line --arrow-parens avoid --trailing-comma es5 --write src/**/*.js
Say thanks, spread the word and make the world a better place.
and/or
Kanbanist is proudly open source software licensed under MIT.