GitHub - https-manan/To-Do-Application-REACT-: This is a simple ToDo application that allows users to perform basic CRUD (Create, Read, Update, Delete) operations. It is built using the MERN stack — MongoDB for the database, Express and Node.js for the backend API, and React for the frontend

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.

Features

  • 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)

Tech Stack

  • Frontend: React, Axios, Tailwind CSS (optional)
  • Backend: Node.js, Express.js
  • Database: MongoDB (via Mongoose)
  • Other: CORS, dotenv, body-parser