/NoteTaker

Express.js Module 11 Challenge

Primary LanguageJavaScriptMIT LicenseMIT

NoteTaker

This is a web application that allows users to create, save, and delete notes. The front-end is utilizes HTML, CSS, and JavaScript for functionality; and the back-end uses the Node.js and Express.js packages.

Installation

To install NoteTaker clone the repository to your computer, navigate to the project directory and then run the command 'npm install', then run the command 'node server.js'.

Usage

To use NoteTaker, open the following in your local browser: https://notetakerlydia.herokuapp.com

Dependencies

NoteTaker uses the following dependencies: 'fs', 'path', and 'crypto'.

Liscence

License: MIT

Screenshot 2023-04-27 at 9 54 58 PM