/Tomato

Pomodoro web application

Primary LanguageJavaScript

Tomatos

Tomatos is a lightweight Pomodoro timer application written with React.js.

Building

Clone this repository, npm install, run webpack, and open index.html. Or preview the application here.

$ git clone https://github.com/bitwiselove/Tomato.git
$ cd Tomato/
$ npm install
$ webpack
$ open index.html

Happy focusing!