This is an application that can be used to write, save and delete notes.
Easy to use and helps the user keep track of important notes, remove items no longer needed and ultimately keep the user very well organized. All of the information the user would want is available when needed.
Information is retreived from a JSON file. HTML and API routes were created to attain data.
This application is deployed on Heroku. Express backend was used to save and retrieve data. HTML and css were used for the front end.
This is the entry in to T Best Note Taker application
Once in the application, the user can enter in as many notes as they like. The user clicks save on the upper right corner of the screen and the notes are rendered to the left side of the screen.
A trash bin will be beside each of the notes, so when the user clicks the trash bin, the note will be deleted. However, if the user wants to view an already saved note, they can do so by pressing any one of the aved notes from the list. The description will appear on the main page.