c1flores / Note-Taker

A Heroku application to write down and save notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note-Taker

Table of Contents

Overview

This repository is an exhibition of a note taker application that can be used to write and save notes. The user can consult the repo to learn how to create a Node-based tool that uses the Express Package to create an Express.js back end capable of retrieving note data from a JSON file.

Why are Note-Taker Applications Important?

With the right note-taking app, you can make notes about anything and sync them all to your devices. The real value comes in being able to organize, share, and find the notes you need when you need them.

Technologies Used


Chris-Js          Chris-Node          Chris-Express          Chris-HTML          Chris-CSS         

Screen Capture

Live Application

Link

Installation

  1. Fork and clone repository to local machine.
  2. Run npm i to install dependencies in local project directory.

Usage

  1. Open integrated terminal in personal IDE.
  2. Run node server.js.
  3. Open app in local host port.
  4. Add notes to see persistent data.

About

A Heroku application to write down and save notes.


Languages

Language:JavaScript 68.9%Language:HTML 21.1%Language:CSS 9.9%