jpeiler97 / note-taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker

License: MIT

Description

This is an app using Express that allows the user to make and save simple notes on a server.

Table of Contents

Installation

Usage

License

Contributing

Tests

Questions

Installation

No need to install. The deployed application can be found here:

https://nameless-reaches-21570.herokuapp.com/

If you'd prefer to use it locally:

  1. Ensure that you have node.js installed. Other necessary dependencies should be included in the package.
  2. Type cd into the cloned repo and type "node server.js" into your terminal.
  3. Open your browser and go to the URL "http://localhost:3001"

Usage

To use this app:

  1. Click "Get Started"
  2. In the new note area, type your note title and note content. When finished, hit the save button at the top-right corner.
  3. To view a note, click one on the left of the page. To exit out of the note and start a new one, click the pencil icon at the top-right corner.
  4. To delete a note, click the trash can icon to the right of the note.

Screenshot of Functionality: Note Taking

License

This application is covered under the MIT license.

Contributing

To contribute, you may contact me at my information given in the "Questions" section.

Tests

There are currently no tests available for this project.

Questions

For further questions, you may reach me at:

About


Languages

Language:JavaScript 65.4%Language:HTML 23.4%Language:CSS 11.2%