Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.66 KB

Note-Taker

Description

For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed.

This application tested my ability to use an Express backend and save and retrieve note data from a JSON file. I also learned how to use API routes and how to deploy on Heroku.

GitHub top language GitHub last commit License: MIT

Table of Contents:

Installation

  1. Clone this repositiory to your local computer using terminal or bash:

    git clone https://github.com/Kammielatay/Note-Taker.git
    
  2. Open folder in your editor of choice (VSC, Sublime, etc.)

Usage

demo

License

Distributed under the License: MIT License. See OpenSource.org for more information.

Tests

  1. Select 'Open in Integrated Terminal' by simply right-clicking 'server.js' and run the code below:

    node install
    node server.js
    
  2. Or Check it out here on Heroku.

Questions

If you have any questions, please reach out to me at [email protected]