A full-stack Todo app built using MongoDB, Express, React, and Node.js.
✅ Add, Edit, and Delete Todos
✅ Responsive UI for seamless user experience
✅ Clean code structure with easy-to-follow navigation
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
git clone https://github.com/imrancoder786/mern-todo-web.git
cd server
npm install
cd client
npm install
cd server
npm start
cd client
npm start
The app will run on http://localhost:3000
for the frontend and http://localhost:5000
for the backend (default ports).
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push the branch:
git push origin feature-name
- Open a Pull Request.
For any queries or support, feel free to reach out via Email.
⭐ If you like this project, give it a star on GitHub! ⭐