📝 MERN Stack To-Do App A full-stack To-Do List application built using MongoDB, Express.js, React.js, and Node.js.
🚀 Live Demo 🔗 Frontend (Vercel): https://todo-app-frontend-drab.vercel.app/
🔐 Test Login Credentials
To explore the application without registering:
Email: gsgagan2003@gmail.com
Password: Gagan@123
These credentials are for demo/testing purposes only.
🧑💻 How to Run the App Locally
1️⃣ Clone the repositories
Frontend
git clone https://github.com/phisher01/TodoApp-Frontend.git
cd todo-app-frontend
Backend:
git clone https://github.com/phisher01/TodoApp-Backend.git
cd todo-app-backend
2️⃣ Install dependencies
Run the following in both folders:
npm install
3️⃣ .env Files You don’t need to create .env manually — it’s already included in the repositories.
Just ensure:
Backend .env contains:
PORT
MONGO_URI
JWT_SECRET
Frontend .env contains:
VITE_API_BASE_URL
4️⃣ Run the applications
Backend
node index.js
Runs at: http://localhost:3000
Frontend
npm run dev
Runs at: http://localhost:5173