parent
7120449830
commit
9472d13be0
@ -0,0 +1,23 @@
|
|||||||
|
# Application Name
|
||||||
|
|
||||||
|
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks - 5 minutes.
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] User can see a timer for 25 minutes - the **working** session
|
||||||
|
- [ ] After the **working** session is over, the User can see a timer for 5 minutes - the **break** session
|
||||||
|
- [ ] User can _start_ / _pause_, _stop_ and _reset_ the timers
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] User can change / customize the minutes in both sessions before starting
|
||||||
|
- [ ] User can hear a sound playing when the timer hits `00:00`
|
||||||
|
- etc...
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
- More about the [Pomodoro Technique](https://en.m.wikipedia.org/wiki/Pomodoro_Technique)
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW)
|
Loading…
Reference in new issue