DuaneDave/To-Do-List

Morning Session Peer to Peer Review:

Closed this issue · 0 comments

If you can implement the following changes to your project:

1: The edit and delete functionalities should be available to the user by clicking the vertical dots icon as in the template.
2: Objects in the local storage should have three key/value pairs 1: index 2: completed 3: description.
3: By deleting an element from the local storage you should update all the other elements' indexes accordingly.

Happy coding!