The Note Taker Application is a web-based note-taking tool that allows users to write, save, and manage notes. It provides a simple and easy-to-use interface for organizing thoughts and keeping track of tasks.
- Create and save new notes with a title and content.
- View a list of existing notes on the left-hand side of the screen.
- Click on an existing note to view its details on the right-hand side of the screen.
- Edit and update notes.
- Delete unwanted notes.
- Responsive design for various screen sizes.
- Simple and intuitive user interface.
- Express.js
- Node.js
- HTML
- CSS
- JavaScript
- uuid for generating unique IDs
This project is licensed under the MIT License - see the LICENSE file for details.
To get the Note Taker Application up and running on your local machine, follow these steps:
-
Clone the repository to your local machine.
git clone https://github.com/your-username/note-taker-app.git
