Web Application that contains a Chronometer ⏰, where you can start, pause, resume and save the time and see all the saved times.
$ git clone https://github.com/danieltadresu/tubesoft-test-daniel-pizarro
On the root of your local project
$ docker-compose up
On the root of your local project
$ cd /stopwatch-web
$ npm install
$ npm test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request