note-taker

This repo contains four different html files. An index.html, an aboutme.html, a portfolio.html, and a contact.html. Each serves as a greeting page, a short summary about me, a collection of my work, and a way to contact me, respectively.

Installation

Open server.js in a terminal window.

Run 'npm install' to install dependencies

Run 'node server.js' to run server.

Navigate to localhost:8080 to use app.

Technologies Used

Express, NodeJS

Usage

This project is a note taking application that. The application takes a user's input (title and note) and stores it in local storage.

When a user refreshes or closes the browser and re-opens to the destination, the old notes previously stored should be populated.

Project Status

This project should be considered complete with not further development intended.

Credits

Collaborator(s) - Justin Kellogg
Outside Resources Used:
W3Schools - www.w3schools.com

License

https://justinkellogg89.github.io/about-me-bootstrap/index.html
https://github.com/justinkellogg89/note-taker