Skip to content

Latest commit

Β 

History

History
23 lines (17 loc) Β· 673 Bytes

File metadata and controls

23 lines (17 loc) Β· 673 Bytes

To-Do List Next App

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.

πŸš€ Features

  • βœ… 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

Running with Docker

# 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