Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 445 Bytes

React Pomodoro

Simple demonstration of the react application built on top of create-react-app.

How it works?

  • download repo
  • run npm install
  • run npm serve

Your should open localhost:9000 in browser to see our application. You can adjust time of work and break and start counting. That's all.

To implement demo run npm start and start coding.

Pomodoro technique

Learn more about pomodoro on http://pomodorotechnique.com/ .