Skip to content

rcminerva2394/simple-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I created this to practice React basics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published