This project was built for (freeCodeCamp)[https://www.freecodecamp.org/]. A demo can be found at (carltonhain.com/fcc-pomodoro)[http://carltonhain.com/fcc-pomodoro]
- To run the project on your local machine, type
npm start. - To create a build, type
npm run build
This project is currently deployed using gh-pages scripts
Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/aNyxXR/.
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
-
User Story: I can start a 25 minute pomodoro, and the timer will go off once 25 minutes has elapsed.
-
User Story: I can reset the clock for my next pomodoro.
-
User Story: I can customize the length of each pomodoro.