Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 2.89 KB

README.md

File metadata and controls

88 lines (65 loc) · 2.89 KB


Note-Taker

Uses an Express.js back end and will save and retrieve note data from a JSON file so that it can be used to write and save notes

Table of Contents

Deployed Application

https://agile-reef-91926.herokuapp.com/

Mock Up

The following images show the web application's appearance and functionality:

Existing notes are listed in the left-hand column with empty fields on the right-hand side for the new note’s title and text.

Note titled “Balance accounts” reads, “Balance account books by end of day Monday,” with other notes listed on the left.

User Story

AS A small business owner
I WANT to be able to write and save notes
SO THAT I can organize my thoughts and keep track of tasks I need to complete

Installation

To install please run:

npm i install

Usage

  1. Clone this repository to your local computer.
  2. Open the repo in VS Code.
  3. Open the repository in the terminal.
  4. In the command line type:
npm i install
  1. Use the text: "App listening at http://localhost:PORT" to open in your preferred web browser.

Contributing

To contribute to this project, you may create a git fork.

Questions

To view my other projects, you may visit my Git Hub profile: victoriamcn.

License

This project is licensed under MIT. Click here to view the license documentation or go to the license file in this repository.

Credits

Georgia Tech Staff

Example Code

  • Taken from the in-class activities and mini-project.

Tutorials