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

'add a new note' functionality #3

Closed MarynaMartseniuk closed 3 months ago

MarynaMartseniuk commented 3 months ago

WHEN I enter a new note title and the note’s text THEN a "Save Note" button and a "Clear Form" button appear in the navigation at the top of the page

MarynaMartseniuk commented 3 months ago

now functional