This is a Pomodoro-type app made in Java using Swift UI.
- Click on "Start timer" and input how many minutes you want to focus.
- If you provide an invalid value, it will be defaulted to 25 minutes.
- To skip the session, click on "Stop timer".
- When the timer reaches 00:00, the break will begin.
- Click on "Start timer" to start the break.
From now on, you will get a focus session, break, focus session, break and so on until you close the app.
Add Break.Add more comments.- (Undecided) Store sessions and create graphs and statistics.