Solodo is a todo list app that try to encourage you to focus on each task, you can try live-demo here
If something doesn’t work or there is a bug, please file an issue.
if you want to try it, you can do:
- Clone this project
- npm install
- type:
npm start
in project directory, learn more about Create React App here