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.
- Host: GitHub
- URL: https://github.com/java-dev-jason/workflowtimer
- Owner: java-dev-jason
- License: epl-2.0
- Created: 2025-06-22T09:59:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T10:02:26.000Z (12 months ago)
- Last Synced: 2025-06-22T11:18:20.656Z (12 months ago)
- Topics: gui, java, pomodoro, productivity, swing
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 🚀 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 🚀