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

'save a new note' functionality #14

Closed MarynaMartseniuk closed 3 months ago

MarynaMartseniuk commented 3 months ago

issue# 4:

Expected: WHEN I click on the Save button THEN the new note I have entered is saved and appears in the left-hand column with the other existing notes and the buttons in the navigation disappear

now: WHEN I click on the Save button THEN the new note I have entered is saved. But a new note does not appears in the left-hand column with the other existing notes and the buttons visibility in the navigation disappear does not work