Files
coms3011a-lab1/README.md

794 B

Planner Danner

Planner Danner is a local-first COMS3011A Lab 1 todo application built with Next.js and SQLite. It runs on a user's machine and persists task data in a local SQLite database.

Features

  • Create tasks with title, description, due date, and topic.
  • Edit task details and move tasks through Todo, In-Progress, and Complete.
  • Archive tasks without deleting them.
  • View tasks as a three-column board or as a list.
  • Sort tasks by topic, status, due date, or newest first.
  • Show overdue tasks as a derived visual indication.
  • Persist task data across page reloads and application restarts.

Documentation