- This is an application where the user can add, save and delete notes from their note taker as they please.
- As a USER when i want to add a note i simply fill out the title and in the text below add the note i WANT to be created.
- in order to ADD the note i click on the save icon above and this note will then be saved in the new notes.
- IF the user wants to delete the note then they must click the delete icon on the right hand corner and this will in turn remove the note from the saved notes file
- in order to run this note taker app use this command line
- npm run dev
- express
- nodemon
landing page
notes page
adding a new note
deleting note