An Express.js server application for taking notes. This application allows a user to get, post, and delete notes from a notes list. This application utilizes Express.js to build the back-end, and is deployed to Heroku.
Published URL: https://spencers-express-app.herokuapp.com/
Repository: https://github.com/spencercreer/express_notepad
The following animation demonstrates the application functionality:

When the user clicks the "Get Started" button, the user is taken to the notepad. A save button is displayed when the user enters a note title and text. When the user clicks the save button, the note is saved in the db.json file and added to the list. If the user selects a note from the list, then this note is displayed in the active note.
To install necessary dependencies, run the following command:
npm install
To run tests, run the following command:
Tests coming soon
Please submit a PR if you would like to contribute.
- JavaScript
- HTML
- CSS
- Bootstrap
- Node.js
- npm
- Heroku
- Express
This project is licensed under the MIT license.
For questions or comments, please contact me.
Email: spencercreer@gmail.com
GitHub: spencercreer