Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

jimchen2/task-manager-nextjs

Repository files navigation

Install

# configure .env
docker run -d --restart always --env-file .env -p 3025:3000 jimchen2/task-manager-nextjs:latest

Build

# add Dockerfile
docker build --no-cache -t jimchen2/task-manager-nextjs .

Task Manager PWA

  • Tailwind CSS
  • Password protected
  • MongoDB with Mongoose

Features:

  1. Daily task management
    • Auto-copy the most previous day's tasks if today's empty
    • If no prev dates have any tasks
  2. Task schema
    • Deadline, brief
    • Single tag (school/other/personal)
  3. Tag management

Task Structure:

  • Title
  • Deadline
  • Brief description
  • Tag

Implementation:

  • Frontend: PWA with Tailwind CSS
  • Database: MongoDB, Mongoose, NextJS
  • Daily task rollover system
  • Single Password authentication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published