This is a simple todo application with react and using LocalStorage API.
- A beautiful todo check animation
- Organize todos by date, with easy navegation
- Remove tasks
- Organize Tasks by multiple time contexts like weeks, months and years also can organize it by customized tags.
- Pin tasks at top of list
- Add detail note
- Toggle theme button (dark/light)
Just clone project, run npm install
after this run npm build
and open dist/index.html file in your favorit browser.