- This straightforward note-taking tool enables you to store notes featuring both a title and plain text content. Utilizing ExpressJS as its engine, the Note Taker application simplifies the processes of creating, accessing, and removing notes, making them effortlessly manageable!
- Begin by cloning the repository to your local development environment using the following Git command:
https://github.com/99Anvar99/Note-Taker.git
- Next, Install all the required dependencies by executing the command:
npm install
- To run the application locally, open your command line interface (CLI) and enter
node server.js. Then, open your preferred web browser and visithttp://localhost:3000.
- JavaScript
- NodeJs
- Node Package
Express
- This project is licensed under the MIT License.

