Pomodoro Clock: Feedback please! v2.0

Hello campers!

I’ve used vanilla JS to build my tomato clock.

You can also type in numbers to set timers dynamically.

Does anyone know why my favicon is not displaying on my site? It works locally.

https://tomato-clock.netlify.com/

Thanks for taking a look :slight_smile:

1 Like

Favicon works for me. I get a tomato.
In terms of the UI, a couple suggestions:

  • The editable numbers - i wouldn’t have know to edit them if you hadn’t told me. Maybe change the text or background color.

  • When the numbers go down, the word session keeps shifting slightly because the width of the line is shifting. Try to make it fixed in its position.

  • At the risk of going overboard, i don;t think there’s a point in having both the stop and start buttons display simultaneously. Try to combine them. (When its playing, the onnly option is to stop or pause; you can’t keep playing, etc.)
    Great job

1 Like

You’ve pointed out on things that I missed. I will work on them, thanks for helpful feedback :slight_smile:

1 Like

I took some time and addressed top two bullet points. Also made my inputs more resilient to handle NaNs.

Decided to leave out play and pause buttons separately in the end though.