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

start 'add a new note' functionality #6

Closed MarynaMartseniuk closed 3 months ago

MarynaMartseniuk commented 3 months ago

WHEN I click on the "New Note" button in the navigation at the top of the page THEN I am presented with empty fields to enter a new note title and the note’s text in the right-hand column and the button disappears

MarynaMartseniuk commented 3 months ago

is functional now