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.
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.
Express, NodeJS
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.
This project should be considered complete with not further development intended.
Collaborator(s) - Justin Kellogg
Outside Resources Used:
W3Schools - www.w3schools.com
https://justinkellogg89.github.io/about-me-bootstrap/index.html
https://github.com/justinkellogg89/note-taker