MarynaMartseniuk / Note-Taker-ch11

Note Taker is an App that can be used to write and save notes. This application uses an Express.js back end and saves and retrieves note data from a JSON file.
MIT License
0 stars 0 forks source link

delete 'already saved note' functionality #7

Closed MarynaMartseniuk closed 3 months ago

MarynaMartseniuk commented 3 months ago

saved note should have a delete button. When I click on a delete button this note should disappeared.

MarynaMartseniuk commented 3 months ago

is functional now