Skip to content

SashaKoro/pomodoro

Repository files navigation

Pomodoro Timer

Project made for Free Code Camp. A timer for keeping you on task! Set custom task and break times and get to it. The timer will cycle continuously through task and break times, alerting you when each one ends. Built with React, ES2015 syntax, styled-components, testing with Jest + Enzyme and eslinting setup following the airbnb style guide.

To view the project:

  1. Clone or download the repo
  2. npm install
  3. npm start
  4. View on port 8080 inside of your browser