Here’s my pomodoro clock build using React.js
You can adjust the minutes and seconds to test it quickly
Here’s my pomodoro clock build using React.js
You can adjust the minutes and seconds to test it quickly
The pomodoro clock should be able to adjust both session time and break time. Your clock is simply a count down timer. It does not have session times and break times.
I thought it was just supposed to countdown and fire an alarm, like this one
https://tomato-timer.com/
and I don’t think that’s mentioned in the user stories
Object #1 of the Build a Pomodoro Clock project states:
- Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/aNyxXR/.
Check out the demo app referenced above.
That’s right, I didn’t check that, but it’s weird that the other stories don’t mention anything about a break
Anyways, I’ll modify it asap, thanks for the feedback.
I had never heard of a Pomodoro Clock before seeing this challenge. I remember seeing a wiki about the Pomodoro Technique which mentioned the concept of separate work and break sessions. You want the ability to set different times for the work and the break sessions instead of both being the same length.
That makes sense, I too didn’t know about it before, thanks for the clarification