Skip to content

Bharath-boop/curd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

React Todo Task

Create Todo Task with task name , Description & status

By default status needs to added as not completed for created todo

There should be two buttons in the name of edit and Delete which used to perform update and delete created todos

By onclick on status it should show a dropdown for completed and not completed by that we can change the status of todo

All todos should be displayed in Card

There should be filter to display status completed, not completed and both statuses

useing uuseState(), useParams() , useEffect() ,useNavigate()