Skip to content

vrushabhgawas14/To-Do-List-NextApp

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors