/todo-devchallenges

Todo app for devChallenges.io built with React, TypeScript and Styled-components

Primary LanguageTypeScript

todo_app

My solution for #todo app exercise from devchallenges.io

Hosted solution available at Vercel

Tips

Data is stored in local storage

User stories

  • I can add a new task
  • I can complete a task
  • I can toggle between All, Active and Completed
  • I can remove one or all tasks under the Completed tab
  • Store the data in local storage that when I refresh the page I can still see my progress