MK-Codecademy / CountdownApp

1 stars 2 forks source link

Allow user to edit/delete custom countdowns (client side) #10

Open willgarrett64 opened 2 years ago

willgarrett64 commented 2 years ago

To be able to start this, first the "Allow user to add/create custom countdown" issue should be completed. Once a user has created a new, custom countdown, this should be displayed in their My Countdowns list.

This issue focuses on the ability for a user to either edit or delete their countdown. By clicking on the pencil, they will be redirected back to the "create new countdown" overlay where they can update it. Clicking the bin should delete it and remove it from the list.

For now, you will only be applying this logic client side, so there will not actually be any link to a backend database. That is, the custom countdown will be lost after each session. Later the backend team will use your code and link it up to the backend.