📝 To-Do App A simple and efficient To-Do application built with MongoDB, Express, and Node.js. This app allows users to manage tasks seamlessly by providing features such as creating, updating, and deleting tasks.
Features 🗂️ CRUD Operations: Create, Read, Update, and Delete tasks. Tech Stack Node.js: Backend runtime environment. Express: Web framework for building the API. MongoDB: NoSQL database for storing tasks. Mongoose: Object Data Modeling (ODM) library for MongoDB. Axios: Frontend communication.