DLMedeiro / ToDo-React

ToDo List Application using React (Springboard Section 39.8)
https://dlmedeiro.github.io/ToDo-React/
0 stars 0 forks source link

Add edit functionality #8

Open DLMedeiro opened 1 year ago

DLMedeiro commented 1 year ago

It’s time to edit some todos! Each Todo component should also display a button with the text “edit” that when clicked, displays form with the task of the todo as an input and a button to submit the form. When the form is submitted, the task of the text should be updated and the form should be hidden.