Skip to content

alexsukhin/devdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevDash

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.

Tech Stack

  • Java
  • JavaFX
  • SQLite

Project Structure

├── 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

Demo Video

Check out the demo of DevDash on YouTube:

Watch the demo on YouTube

Click the link to watch the full video on YouTube.

Author

Alexander Sukhin
Summer 2025 – personal project

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors