/kanbanist

The missing kanban board for Todoist

Primary LanguageJavaScriptMIT LicenseMIT

Kanbanist

The missing kanban board for Todoist.

Kanbanist

Features

  • 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 🎉.

Known Issues

  • As described in Issue 9, the drag-and-drop functionality is visually buggy (offset) and not working at all in Safari.

Development

Kanbanist is a static (serverless) website built using create-react-app and dependencies are managed using yarn

To get started git checkout the repository and then run yarn (to install dependencies) and yarn start to start the development server.

Contributing

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

License

Kanbanist is proudly open source software licensed under MIT.