A flexible TODO list with the following features:
- Markdown support
- Keyboard navigation
- Use of hashtags for categories, priorities, etc
- Auto remove completed items after period of time
- CSS hackability: write functions to assign CSS styles andclasses to tasks and lists
- Gist storage
- Ability to work with a large number of tasks
nvm install 8
nvm use
yarn install
or justyarn
yarn start
Thanks to GH: mstijak/tdo, this fork original author.