Build a Pomodoro Clock - Feedback Please

I have completed the Pomodoro clock project in React.

Please take a look and let me have your feedback,

Thanks!
-G

Link to the challenge:

1 Like

Looks cool. I would stay away from the blue offset at the default screen. It looks blurry. I like the buttons, though.

Thanks for that, I have removed the text shadows now

1 Like

Good job. I was surprised to see that you made it in react. Love the buttons.

1 Like

Glad you liked it.

I had earlier done this project in JQuery using flipclock.js
Wanted to do it in React this time with flipclock-type of timer. But flipclock-type display turned out too complex for me, so had to leave that part out.

Wonder if someone else has done it here?

I tried to implement the change as you suggested.

Instead of starting the subsequent timer at 1:00 I adjusted the code to start it at 0:59.
However this causes two test cases to fail - refer screenshot.

How to address this?

-G