GitToDo provides a responsive Kanban board for managing to-do items written in TODO.md on GitHub.
Log in to GitToDo with your GitHub account, authorize and install the GitToDo App.
Use GitHub Flavored Markdown within your favorite editor to write a to-do list.
Commit TODO.md to your repository and push it to GitHub.
Access Kanban board URL with a web browser and manage to-do items on a Kanban board.
You can manage to-do items on a Kanban board. You can move to-do items by dragging and dropping, and edit them in Markdown format, etc.
A Kanban board is responsive. You can manage to-do items with a Kanban board on any device's browser.
To-do items written in Markdown are loaded into a Kanban board, and to-do items edited in a Kanban board are saved as Markdown. So, of course, you can edit Markdown directly in the editor without using GitToDo.
Integrates with GitHub. GitToDo works as a GitHub App and uses GitHub authorization to read and write TODO.md in a repository.
Supports for public and private repositories. A Kanban board has the same visibility of a repository.
Supports for any branches and tags.
- [ ]
### To do
- [ ] Buy milk
### In progress
- [ ] Do something!
- [ ] Run?
### Done
- [x] All right
- [x] Ok!
### Archive
- [x] Archived!
- [ ] Didn't do this
https://gittodo.app/user/repo
(for the default branch)
or
https://gittodo.app/user/repo/branch_or_tag
(for a branch or tag)