This is a simple To-Do List application built using the MERN stack (MongoDB, Express, React, Node.js). Users can create, view, and manage their tasks. The app provides features to mark tasks as completed, delete tasks, and store them in a MongoDB database.
- Add new tasks
- Mark tasks as completed or incomplete
- Delete tasks
- Task data is stored in MongoDB
- Built with a responsive design
- MongoDB: NoSQL database for storing tasks
- Express: Web framework for Node.js
- React: Frontend framework for building the user interface
- Node.js: JavaScript runtime to run the server