• Stars
    star
    10
  • Rank 1,801,658 (Top 36 %)
  • Language
    JavaScript
  • Created about 1 year ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Todo list application developed in react functional components and bootstrap. User can create new todo items. Every todo item will have status like ( incomplete , completed ). Users can mark them as complete once done. todo items are cached using localstorage. User can edit and delete existing todo items.