Time management suite

About Project

Time management suite is a Java desktop application that offers different productivity tools in a tabbed interface. Each tab is modular, so more time management tools can be added easily without affecting existing code. I used the JavaFX framework for the GUI.

My inspiration for this project was mytomatoes.com, an excellent website for managing your time using the pomodoro technique and tracking your "tomatoes".

Introduction tab

This tab fetches a quote from the They Said So quote of the day API (https://theysaidso.com) and provides general information about the program.

JavaFX