Desktop

Student Deadline Manager

Layered-architecture JavaFX app that manages academic deadlines with a calendar, weekly planner, and reports.

Java 21JavaFXSQLiteJUnit 5

01Overview

Student Deadline Manager is a desktop application for tracking academic deadlines, planning the week and exporting reports. It is built on Java 21, JavaFX and SQLite with a layered architecture that keeps business logic out of the UI.

It is more than a single list screen: a dashboard, a monthly calendar, a weekly planner and a "due soon" view all look at the same data from different angles. On launch you get a summary of overdue, due-today and due-soon work.

02Key Features

03Engineering Notes