- Overview
- Why are Note-Taker Applications Important?
- Technologies Used
- Screen Capture
- Live Application
- Installation
- Usage
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.
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.
- Fork and clone repository to local machine.
- Run
npm i
to install dependencies in local project directory.
- Open integrated terminal in personal IDE.
- Run
node server.js
. - Open app in local host port.
- Add notes to see persistent data.