How's my Pomodoro Clock?

I have finally completed Front end library certification!!
I’m so happy

Live: https://pomodoro-clk.netlify.app/
Github: https://github.com/siddharthroy12/clock

1 Like

Wow very impressive! Good work and the stopwatch works perfectly.

1 Like

Very nice, there is just one small issue, when increasing the timers right after loading the page. This is what happens:

2 Likes

Does this happen after the page has loaded or when it is loading?

Every time when I refresh the page

1 Like

That is definitely a bug. I assume it is because this.state.breakLength and this.state.sessionLength are strings.

1 Like

Thanks everyone

Fixed it: https://github.com/siddharthroy12/clock/commit/36a745319beaed874638c7fc311067adff8469fa

1 Like