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

render newNote, get note by ID #16

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 and appears in the left-hand column with the other existing notes and the buttons in the navigation disappear. But index.js code starter code was changed for "const handleNoteSave". Fix this with the original starter code in the future. (issue #15)