Pomodoro Clock (HTML, CSS, JS) - [Completed]

Hi,

I managed to finish the Pomodoro Clock project :smiley:: https://codepen.io/simongjetaj/pen/jaOwwP
I would welcome any comments.

Thanks,
Simon

Well done, works as intended.
Only thing I would slightly change is the green bar at the bottom indicating the time left. It is significantly smaller if you set a smaller session length. I would set it to be always a specific size but get faster shorter based on how long the timer runs.

Eg.
20 min timer -> width 100px -> 0px at 0min
1 min timer -> width 100px -> 0px at 0min

But it is only esthetic. Nice work :slight_smile:

Hey @FlouksBerlin,

Fixed! :grinning:

All the best,
Simon.

1 Like