DevDash is a personal developer dashboard built over the summer to help track productivity, manage tasks, and improve coding workflow. It combines typing tests, a to-do list with sprint management, a Pomodoro timer, and GitHub commit visualization all in one place.
- Java
- JavaFX
- SQLite
├── src
└── main
└── java
├── controller
├── helper
└── model
└── resources
- Controller: Handles JavaFX UI events and component logic.
- Helper: Contains reusable utilities for database access, session handling, and UI helpers
- Model: Database models representing entities
- Resources: FXML files, CSS, and assets
Check out the demo of DevDash on YouTube:
Click the link to watch the full video on YouTube.
Alexander Sukhin
Summer 2025 – personal project