NotePad

badge

## Table of Contents

-Licensing

-Description

-Demo

-Installation

-Usage

-Contributions

-Tests

-Questions

## Licensing:

This application uses MIT License.

For more information please visit the license description.

## Description

NotePad is an application that allows users to CREATE, READ, UPDATE AND DELETE notes! I built the server and the back-end logic (home and api routes, back end JS,) for this application and connected the two of them together using express.JS

## Demo

Note Taker

Click here for Deployed Link ## Installation Follow these steps to properly install this application:

User must clone this repo into their local machine . Npm i express. After installing express.js , at the command line enter ‘node index.js’ to start the port/server. to open in a browser enter localhost:3001

## Usage Instructions for use:

User will arrive at a landing page. Click the button to start creating notes! When the user is directed to the ‘/notes’ page, they will see a left hand column that has SAVED notes. User can CREATE notes on the left side column where it says’note title’ , ‘note text’. When the user has entered their note, an icon to save will appear at the top of the page. When the user clicks that save icon, the note will appear in the left hand column with other SAVED notes. If the user clicks on a SAVED note, it will appear in the right hand column so they can UPDATE it if they wish. If the user wants to CREATE a new note , they can click the ‘+’ icon and new note entry boxes will appear. To DEELETE a note, the user can simply click the garbage can icon next to the note title.

## Contributions If you would like to contribute to this project, please follow these guidelines:

n/a

## Tests Instructions for testing this application:

Users can test this project with their own notes! :)

## Questions Any questions please reach out to me at my Github or by my email at sammcowen@gmail.com