An open API service indexing awesome lists of open source software.

https://github.com/java-dev-jason/workflowtimer

A simple Java-based Pomodoro timer with a graphical interface. Helps you structure work and break intervals for better focus and productivity.
https://github.com/java-dev-jason/workflowtimer

gui java pomodoro productivity swing

Last synced: 10 months ago
JSON representation

A simple Java-based Pomodoro timer with a graphical interface. Helps you structure work and break intervals for better focus and productivity.

Awesome Lists containing this project

README

          

# WorkFlowTimer

A simple Pomodoro timer written in Java using Swing.
Designed to help manage focus sessions and break times efficiently.

## ✨ Features

- Work & break intervals (customizable)
- Pause & continue functionality
- Clean and simple Java Swing UI
- Multithreaded timer logic

## 🖼️ Screenshot
![image](https://github.com/user-attachments/assets/34ef5977-b62b-4a7d-86e6-e20b88980950)

## 🚀 How to Run

1. Clone the repository
2. Open in an IDE like IntelliJ or Eclipse
3. Run `Main.java`

## 🛠️ Built With

- Java
- Swing (for GUI)

## 📚 Motivation

I created this tool to improve my focus while learning programming.
It also helped me understand Java Threads and GUI programming more deeply.

---

## 💡 Next Steps / Ideas

- Add sound notifications
- Show progress bar
- Add user settings for time intervals

## 🧠 Author

Jason Belzek
> Learning Java and building mini-tools to grow 🚀