Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 679 Bytes

To-Do List Application (MERN Stack)

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.

Features

  • Add new tasks
  • Mark tasks as completed or incomplete
  • Delete tasks
  • Task data is stored in MongoDB
  • Built with a responsive design

Technologies Used

  • 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