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