FCF Pomodoro Timer

Github: https://github.com/kuanhsuh/jspomodoro
Codepen: http://codepen.io/dannyhuang/pen/GWjRYW

Thoughts

I follow the same procedure as calculator Challenge. The hardest part for the excercise is SetInterval messed up the ‘this’ reference. Also switching between session time and break time. Luckily someone saved me from StackOverflow.The link

User Story

  • [ ] I can start a 25 minute pomodoro, and the timer will go off once 25 minutes has elapsed.
  • [ ] I can reset the clock for my next pomodoro.
  • [ ] I can customize the length of each pomodoro.

Extra Feature

  • Progress Bar
  • 10X speed

Video Walkthrough