A full-stack Todo application built with MongoDB, Express, React, and Node.js.
Name: Akash
Email: akashdeep9226@gmail.com
mern-todo/
├── backend/ # Node.js/Express server
│ ├── src/
│ │ ├── app.js
│ │ ├── config/
│ │ ├── controllers/
│ │ ├── routes/
│ │ └── schema/
│ ├── server.js
│ └── package.json
├── frontend/ # React application
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── api/
│ │ ├── App.jsx
│ │ └── main.jsx
│ ├── index.html
│ ├── vite.config.js
│ └── package.json
└── .gitignore
- Node.js and npm installed
- MongoDB database
cd backend
npm installcd frontend
npm installcd backend
npm startcd frontend
npm run dev- Create, read, update, and delete todos
- Persistent storage with MongoDB
- Responsive UI with React
- RESTful API with Express
This project is open source.
Developer: Akash
Contact: akashdeep9226@gmail.com