/simple-todo

I created this to practice React basics

Primary LanguageJavaScript

My Simple Todo

I created this to practice the basics of React such as props, and hooks like useState and useEffect.

Functionalities

  1. User can write a new task

add a new task

  1. Each task has three features:
    • Completion status
    • Edit
    • Delete

status, edit, and delete

  1. Filters:
    • All Button (Showing all tasks inputted)
    • Active Button (Showing active tasks)
    • Completed Button (Showing completed tasks)

filters

  1. Use of local storage