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, andComplete. - 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
Languages
TypeScript
87.1%
JavaScript
11.4%
CSS
1.5%