This Time Application is a JavaFX-based timer and goal tracker application. It allows users to set goals and track time progress. The application automatically saves data upon closing, ensuring that your progress is retained for the next session.
- Set goals and track your progress.
- Automatically saves data when the application is closed.
- Intuitive and easy-to-use user interface.
To run the Time Application on your local machine, make sure you have Java 8 or a newer version installed. You can follow these steps:
- Clone this repository to your local machine or download the source code as a ZIP file.
- Open the project in your preferred Java IDE.
- Build the project and resolve any dependencies if required.
- Launch the application.
- Set your goal using the "Goal" field.
- The timer will automatically start counting up.
- To pause the timer, simply close the application. It will save your progress.
- When you launch the application again, it will resume from where you left off.
Contributions to the Time Application are welcome! If you have any bug fixes, improvements, or new features to add, please do.