This repository is no longer actively maintained. Future updates and new features for Pomodazzle will be available on Pomodazzle-Electron. Please visit the new repository for the latest version of the app.
Pomodazzle is a JavaFX-based Pomodoro timer application designed to help you manage your time effectively using the Pomodoro Technique. The application includes features such as starting, pausing, and resetting the timer, as well as a donation button to support the developer.
- Pomodoro Timer: Start, pause, and reset the Pomodoro timer.
- Work and Break Status: Visual indicators for work and break periods.
- Settings: Customize your Pomodoro settings.
- Donation: Support the developer via a donation link.
- Java 21
- JavaFX 22.0.1
- Maven
-
Clone the repository:
git clone https://github.com/porfanid/Pomodazzle.git cd Pomodazzle
-
Build the project using Maven:
mvn clean package
-
Run the application:
java --module-path /usr/share/openjfx/lib --add-modules javafx.controls,javafx.fxml,javafx.web,javafx.swing,javafx.media -jar target/Pomodazzle-1.0-SNAPSHOT-jar-with-dependencies.jar
- Start the Timer: Click the "Start Pomodoro" button to begin the timer.
- Pause the Timer: Click the "Pause Pomodoro" button to pause the timer.
- Reset the Timer: Click the "Reset" button to reset the timer.
- Donate: Click the "Donate" button to open the donation page in your default web browser.
- Ensure you have Java 21 and Maven installed.
- Install JavaFX on your system.
- Open the project in IntelliJ IDEA.
- Build and run the project using the IDE's built-in tools.
- Run the GitHub Actions workflow to build and package the application:
name: Build and Package JavaFX Application on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 - name: Set up JDK 21 uses: actions/setup-java@v3 with: java-version: '21' distribution: 'temurin' - name: Build project run: | sudo apt-get update sudo apt-get install -y openjfx mvn clean package - name: Create .deb package run: | sudo apt-get install -y jpackage jpackage \ --input target \ --name Pomodazzle \ --main-jar Pomodazzle-1.0-SNAPSHOT-jar-with-dependencies.jar \ --main-class com.porfanid.pomodazzle.Pomodazzle \ --module-path /usr/share/openjfx/lib \ --add-modules javafx.controls,javafx.fxml,javafx.web \ --type deb \ --dest ./package \ --icon icons/pomodazzle-icon.png \ --linux-shortcut \ --linux-menu-group "Utility" - name: Upload package artifact uses: actions/upload-artifact@v3 with: name: pomodazzle.deb path: ./package/Pomodazzle.deb
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
- JavaFX
- Maven
- GitHub Actions
For any inquiries, please contact the developer at pavlos@orfanidis.net.gr or create an issue at the issues tab.
The following sound is used in this project: