You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
# 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 hear a sound playing when the timer hits `00:00` - denoting that the session has ended
|
|
- [ ] User can change / customize the minutes in both sessions before starting
|
|
- [ ] User can set a **long break** session of 10 minutes. This will be activated every 4th **break** session
|
|
|
|
## Trello Board
|
|
|
|
You can track your progress by cloning this [Trello Board](https://trello.com/b/hLevRg1P/pomodoro-clock)
|
|
|
|
## Useful links and resources
|
|
|
|
- More about the [Pomodoro Technique](https://en.m.wikipedia.org/wiki/Pomodoro_Technique)
|
|
|
|
## Example projects
|
|
|
|
- [Joe Weaver's example](https://codepen.io/JoeWeaver/pen/bLbbxK)
|
|
- [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW)
|