A simple and intuitive ToDo app built with the MERN stack (MongoDB, Express, React, Node.js). This project allows users to create, update, and delete tasks — helping them manage their daily activities more effectively.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as complete/incomplete
- Full-stack app using React (frontend), Node.js + Express (backend), and MongoDB (database)
- Frontend: React, Axios, Tailwind CSS (optional)
- Backend: Node.js, Express.js
- Database: MongoDB (via Mongoose)
- Other: CORS, dotenv, body-parser