Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/pomodoro_timer
https://github.com/jonchurch/pomodoro_timer
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchurch/pomodoro_timer
- Owner: jonchurch
- Created: 2016-06-20T22:05:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T23:33:49.000Z (over 8 years ago)
- Last Synced: 2024-10-06T14:40:46.965Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Pomodoro Timer
I am building a timer web application using:
- HTML
- Bootstrap
- jQuery
- NodeJS for serving the application---
###User Stories:
1. As a user, when I navigate to the page, I see a timer of 25 mins.
2. As a user, when I navigate to the page, I see a start button that starts the time countdown.
3. As a user, I see a 'break' button that is disabled.
4. As a user, after 25 minutes, the break button enables.
5. As a user, when I click the start button, the timer counts down to 0.
6. As a user, I see a 'tooltip' for the break button.
7. As a user, when the break button is enabled, I can click it.
8. As a user, when I click the break button, the timer sets to 5 minutes and begins counting down.