Skip to content

spencercreer/express_notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Notepad

GitHub license

Description

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.

Table of Contents

Links

Published URL: https://spencers-express-app.herokuapp.com/

Repository: https://github.com/spencercreer/express_notepad

Animation

The following animation demonstrates the application functionality: Express Notepad animation

Instructions

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.

Installation

To install necessary dependencies, run the following command:

npm install

Tests

To run tests, run the following command:

Tests coming soon

Contribute

Please submit a PR if you would like to contribute.

Technologies

  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • Node.js
  • npm
  • Heroku
  • Express

License

This project is licensed under the MIT license.

Contact

For questions or comments, please contact me.

Email: spencercreer@gmail.com

GitHub: spencercreer

About

An Express server note taking application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors