2026-08-11 23:18:28 +02:00
# Planner Danner
2026-08-04 03:36:02 +02:00
2026-08-11 23:18:28 +02:00
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.
2026-08-04 03:36:02 +02:00
2026-08-11 23:18:28 +02:00
## Features
2026-08-04 03:36:02 +02:00
2026-08-11 23:18:28 +02:00
- 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.
2026-08-04 03:36:02 +02:00
2026-08-11 23:18:28 +02:00
## Documentation
2026-08-04 03:36:02 +02:00
2026-08-11 23:18:28 +02:00
- [Third-Party Code ](docs/THIRD_PARTY_CODE.md )
- [Database Design ](docs/DATABASE_DESIGN.md )
- [Running It ](docs/RUNNING_IT.md )
- [AI Usage ](docs/AI_USAGE.md )