Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 585 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 585 Bytes

Task application in Reactjs and LocalStorage

This is a simple todo application with react and using LocalStorage API.

Features:

  • A beautiful todo check animation
  • Organize todos by date, with easy navegation
  • Remove tasks

Comming soon:

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

TO TEST IT:

Just clone project, run npm install after this run npm build and open dist/index.html file in your favorit browser.