Skip to content

imrancoder786/mern-todo-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MERN Todo Web App

A full-stack Todo app built using MongoDB, Express, React, and Node.js.

📋 Features

✅ Add, Edit, and Delete Todos
✅ Responsive UI for seamless user experience
✅ Clean code structure with easy-to-follow navigation


🛠️ Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB Atlas

📂 Installation Guide

🔹 Clone the Repository

git clone https://github.com/imrancoder786/mern-todo-web.git

🔹 Install Dependencies

For Backend:

cd server
npm install

For Frontend:

cd client
npm install

🚀 Running the Application

*run Separately both frontend and backend

🔹 Start Backend:(Works only in the backend folder)

cd server
npm start

🔹 Start Frontend:(Works only in the frontend folder)

cd client
npm start

The app will run on http://localhost:3000 for the frontend and http://localhost:5000 for the backend (default ports).


🤝 Contribution Guidelines

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name
  3. Commit your changes: git commit -m "Add new feature"
  4. Push the branch: git push origin feature-name
  5. Open a Pull Request.

📞 Contact

For any queries or support, feel free to reach out via Email.


⭐ If you like this project, give it a star on GitHub! ⭐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published