Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2.61 KB

File metadata and controls

52 lines (41 loc) · 2.61 KB

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.