Simple demonstration of the react application built on top of create-react-app.
- 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.
Learn more about pomodoro on http://pomodorotechnique.com/ .