---> NotesApp Built using NodeJS,Express and MongoDB. • Utilized modern web technologies like Node.js and Express.js for handling API requests to manage notes (create, edit, view, and delete) • Utilized MongoDB (with Mongoose.js) to store and manage note data in a structured way, allowing persistence of tasks across sessions. • Implemented Node.js File System (fs) module for handling file operations such as saving and editing notes locally
- Create Notes: Easily create new notes with a title and content.
- Edit Notes: Update and modify your existing notes.
- View Notes: Browse through your notes in a user-friendly interface.
- Data Persistence: All note data is stored in MongoDB, ensuring that your notes persist across sessions.
- Local File Handling: Utilizes Node.js File System (
fs) module for saving and editing notes locally if needed.



