React Pomodoro Clock - would love your feedback!

Hello Fellow Campers!

Here is my first version of the Pomodoro clock project using React.

What do you think? (link below)

https://pomodoroistar.herokuapp.com/

(i still have a minor error (-1 sec due to clearInterval ticking too late) on Reset)

Thank you!

I can correct the breakLength right now; and I just corrected Session length too.

As for the timer on pause question : Yes; i believe you are right because the pause function does a clearInteval() and then starts a new setInterval() with 1s delay on unpause.

Thanks for your response!