2026-08-11 23:35:51 +02:00
2026-08-11 23:35:51 +02:00

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

Description
No description provided
Readme 149 KiB
Languages
TypeScript 87.1%
JavaScript 11.4%
CSS 1.5%