/note-taker

Note-taking application that allows user to create new, save, and delete notes

Primary LanguageJavaScript

note-taker

Note-taking application that allows user to create new, save, and delete notes

Description

The purpose of this application is for the user to write and save notes. With writing and saving, the user should also be able to delete any unwanted notes. The notes have a title for organization as well as a text/body for the user to write whatever they want in the area. When the page refreshes, the page still contains all previously saved notes, which is important for the application to have it written to a JSON file.

User Story

AS A user, I want to be able to write and save notes I WANT to be able to delete notes I've written before SO THAT I can organize my thoughts and keep track of tasks I need to complete

Tools

HTML, CSS, JavaScript, jQuery, Node.js, Heroku