gcloud11 / Lets-Take-Notes

This application allows the user to type notes, save them, retrieve and delete notes as needed.

Home Page:https://gcloud11.github.io/Lets-Take-Notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lets-Take-Notes

This application allows the user to type notes, save them, retrieve and delete notes as needed. Virtual note-taking is great because there is no worry for trying to find that endlessly hidden piece of paper. This app takes place on your computer. Never lose a note again.

Note-Taker App

Note-Taker Demo

Technologies

Installation

Use express for server side portion and the node package manager modules: fs, path and util modules
- To use or try this application clone the https link from the git terminal onto desktop.
- Import repository into VS code
- Right click into the "server.js" folder, right click and select "open in integrated terminal"
- Type: node server.js
- This is prompt the port on the server to begin to run and the application to be used.

Git clone repositiory to local machine:

HTTPS:

git clone https://github.com/gcloud11/Lets-Take-Notes.git

SSH:

git clone git@github.com:gcloud11/Lets-Take-Notes.git

NPM Install:

npm i

Open integrated terminal in server.js file:

node server.js

This connects to PORT 3000 for application use. Type in webpage url:

localhost4040

Visuals

Screen Shot 2020-09-17 at 11 40 31 PM

Screen Shot 2020-09-17 at 11 40 56 PM

About

This application allows the user to type notes, save them, retrieve and delete notes as needed.

https://gcloud11.github.io/Lets-Take-Notes/


Languages

Language:JavaScript 61.2%Language:HTML 27.0%Language:CSS 11.8%