This web application allows users to create, save, view, and delete notes. It provides a convenient platform for managing notes effectively.
##Functionality
- Creating New Notes: Users can create new notes by providing a title and text content.
- Saving Notes: Notes can be saved to persist them across sessions.
- Viewing Notes: Existing notes can be viewed to review or update their content.
- Deleting Notes: Users can delete unwanted notes to keep the list organized. ##Usage
- Creating a New Note:
- Click on the "New Note" button to create a new note.
- Enter a title and text content for the note.
- Click the "Save" button to save the note.
- Viewing Notes:
- Click on an existing note in the sidebar to view its details.
- The note title and text content will be displayed in the main area.
##Technologies Used
- JavaScript
- HTML
- CSS
- Node.js
- Express.js
##Installation
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm install.
- Start the server using node server.js.
- Access the application in your web browser at http://localhost:3000/notes.
##License
This project is licensed under the MIT license. See the LICENSE file for details.
##Author
Rachel Vanetta
##Feedback
Feedback and contributions are welcome! Feel free to open an issue or submit a pull request.