A simple Notes Manager web application that allows users to create, read, update, and delete (CRUD) notes. The application stores notes in a MongoDB database, providing a seamless way to manage personal notes efficiently.
- Add Notes: Create new notes with a title and content.
- View Notes: See all stored notes with a concise overview.
- Edit Notes: Update the content of existing notes.
- Delete Notes: Remove notes permanently from the database.
- Search Notes: Quickly find notes by title.
- Frontend: JavaScript, HTML, CSS
- Backend: Node.js, Express
- Database: MongoDB
- Additional Libraries: Mongoose (for MongoDB interaction)