Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonchurch/pomodoro_timer


https://github.com/jonchurch/pomodoro_timer

Last synced: 22 days ago
JSON representation

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.