@astroud
Posted
Nice work Martin! I'm still working on my solution. Started out as a pure js solution like yours, but now I've learned enough React to reimplement it as a React app.
What was part did you find the most difficult? I stalled out at the circular progress bar. I think I'll be using this library to implement it.
@ringm
Posted
@astroud thank you! I'm planning to do a React course now, and then take new challenges to put it to practice.
The progress bar was certainly challenging, I used animejs as an animation library and was great, gave me lot of control when it came down to animating it. I made transition animations between clocks and also when u reset the counter.
I'm looking forward on seeing your solution!
@astroud
Posted
@ringm Martin, I finally wrapped up my version.
I'm interested in any and all feedback. I'm planning to refactor the project after a learn more about testing and state management with Redux. I also have a CSS issue or two to track down.