madewithpat / todoist-clone-web

The front end web app for the Todoist clone project
2 stars 0 forks source link

Edit Component #6

Open kanyetehgiant opened 5 years ago

kanyetehgiant commented 5 years ago

_definitely-not-master branch__

Build edit component that:

Builds default editMode state with every list item, Toggles state between EDIT and DEFAULT views, EDIT view creates a textbox with the original list item as the default value, EDIT view comes with a save button to submit changes, EDIT view comes with cancel button to return default value.

Recommend utilizing createTasks method in TodoItems.js to pass editMode into new list items