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 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.