Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 679 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 679 Bytes

clone : git clone https://github.com/manojconcept/to-do-list

After Clone : cd to-do-list

step 1 : npm install

step 2: npm start

Create a Todo App which have All CRUD Functionalities

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.