A full-stack Todo application built using the MERN stack with authentication and deployment.
- User Registration & Login (JWT based)
- Create, Read, Update, Delete Todos
- Protected Routes
- Responsive UI
- Deployed on Vercel (Frontend) & Render (Backend)
- MongoDB Atlas for Database
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Authentication: JWT
- Deployment: Vercel & Render
git clone <repo-url>
cd project
npm install
npm run dev