This project is built for the Spring Rain's Career Development Program (batch-07).
-
You've to add a edit button in each todo in the todo list and when anyone clicked on the edit button then it will open a
Add Todolike modal (you can convert this component also so that it works for both add and edit) with the data filled with the respective data. Then user edit the title or description and after saving it should update the state and display the updated todo in realtime.
First fork the repo and then work in the forked repo. edit into that .