Merge branch 'master' of https://github.com/florinpop17/app-ideas into feature/add-slack-archiver

Refactor: Resolve merge conflicts with master

Resolve merge conflicts between feature/add-slack-archiver and master branches

Resolves: N/a
See also: N/a
pull/2/head
jdmedlock 6 years ago
commit 8398477114

@ -0,0 +1,24 @@
# 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
- [Joe Weaver's example](https://codepen.io/JoeWeaver/pen/bLbbxK)
- [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW)

@ -28,6 +28,7 @@ Each project has the following **features**:
| [Book Finder App](./Projects/Book-Finder-App.md) |
| [Kudos Slackbot](./Projects/Kudos-Slackbot.md) |
| [Markdown Table Generator](./Projects/Markdown-Table-Generator.md) |
| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) |
| [Slack Archiver](./Projects/Slack-Archiver.md) |
### Contribution

Loading…
Cancel
Save