mbrylewi / kanbanist

The missing kanban board for Todoist

Home Page:https://kanban.ist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanbanist

The missing kanban board for Todoist.

Kanbanist

Update 2020-02-27

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.

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

Thanks

BrowserStack supports Kanbanist by providing free access to it's range of cross-browser testing tools.

Known Issues

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

Development

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.

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

Say Thanks

Say thanks, spread the word and make the world a better place.

and/or

Buy Me A Coffee

License

Kanbanist is proudly open source software licensed under MIT.

About

The missing kanban board for Todoist

https://kanban.ist

License:MIT License


Languages

Language:JavaScript 91.9%Language:CSS 7.5%Language:HTML 0.7%