A modern, full-stack To-Do List application built with Next.js for managing day-to-day tasks efficiently. Once login data remains persistent across different devices with same Email ID.
- ✅ Create, read, update, and delete tasks
- 📱 Responsive design for all devices
- 🎨 Modern UI with intuitive user experience
- 🐳 Dockerized for easy deployment
- 🔄 Automated CI/CD pipeline
- ☁️ Production-ready deployment
# Build and run with Docker Compose
docker-compose up --build
# Or use Docker directly
docker build -t todo-list-nextapp .
docker run -p 3000:3000 todo-list-nextapp