# configure .env
docker run -d --restart always --env-file .env -p 3025:3000 jimchen2/task-manager-nextjs:latest# add Dockerfile
docker build --no-cache -t jimchen2/task-manager-nextjs .- Tailwind CSS
- Password protected
- MongoDB with Mongoose
- Daily task management
- Auto-copy the most previous day's tasks if today's empty
- If no prev dates have any tasks
- Task schema
- Deadline, brief
- Single tag (school/other/personal)
- Tag management
- Title
- Deadline
- Brief description
- Tag
- Frontend: PWA with Tailwind CSS
- Database: MongoDB, Mongoose, NextJS
- Daily task rollover system
- Single Password authentication