Technical test application to Tubesoft

Web Application that contains a Chronometer ⏰, where you can start, pause, resume and save the time and see all the saved times.

Installation

$ git clone https://github.com/danieltadresu/tubesoft-test-daniel-pizarro

Usage

On the root of your local project

$ docker-compose up

Run Tests

On the root of your local project

$ cd /stopwatch-web
$ npm install
$ npm test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request