This application allows the user to write, save, and delete notes using an Express back end and save and retrieve note data from a JSON file.
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
If you'd like to get a copy of the project up and running on your local machine for development and testing purposes, follow the instructions below.
git clone https://github.com/ablizben/notetaker
npm install
node index.js
- Node.js - JavaScript Runtime Environment
- Express.js - Node.js Framework
- JavaScript, HTML, CSS