Pomodoro watch Project Feedback

Hey all, Finished my Pomodoro Clock Project made with Reactjs, and momentjs library for the timer. Took longer than expected to get the all test passing “phew”.
any feedback would be welcome, here is the codepen link


Thanks in advance.

I like it. It definitely looks clean, and it’s nice and centered on my mobile view. I haven’t looked at the project requirements, so I don’t know if that audio is a requirement when the arrows are pushed. If not it was a clever touch I thought

Thanks for your comment, no the audio for the arrows is not a requirement, just something extra.

Great work there, could you help me with my clock project, i used react and i have been stuck on it for over a week. here’s the codepen link https://codepen.io/iamrc1/pen/NLLMBY/?editors=0010

It looks good from a design perspective but you’ve 10 failing test cases in Firefox/Chrome browsers

Thanx, for pointing that out, looks like the test suit was updated, and the project no longer passing, Ill take a look, and update the pomodoro app.

So finally got some time to update the project so it can pass test suit again. Apparently the test suit no longer accepts the svg element to display the timer, so created a div in hidden mode so the test can read the values from it instead, and have the timer values shown on the svg element. I’ll see when I get more time to do it in a cleaner way.
Thanks.