Note Taker using Express.js

Link to my project

Table of Contents

Description

This note-taking application allows users to write and save notes. Express JS is used on the back end to get and post data that has been added to a database json file. Client side scripts and html pages provide functionality to create a note, view it on the left hand side, and be able to delete old notes after creating.

Installation

To install necessary dependencies, run the following commands:

npm init -y is neccessary to install package.json.

npm install is needed to install necessary dependencies.

Visuals

Below are screenshots of the working webpage

Webpage Screenshot

Webpage Screenshot

License

N/A

Contributing

N/A

Tests

N/A

Questions

If you have any other questions, please visit my GitHub repo (https://github.com/kassrojas/note-taker-usingExpressJs).