Practice creating the pomodoro timer again.
This time, it’s not exactly the same as the course. I added:
- background change when in Work mode, or Rest mode
- a skip button, which can be used for skipping “rest time” (and add it to the next rest session)
- a pause button
To add:
- tick sound when a session is within a few secs
- debug more. I have seen the time shows weird from time to time. Need more debugging on this.
My code is on my machine under “D:\myStuff\Google Drive\Personal\myScripts\pomodoro_timer” for now