A stopwatch app made to work on the web and as a progressive web app, both for mobile and desktop.
You can use the app by going to the Live site, or by setting up the project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
$ git clone https://github.com/KevinGrajeda/cronometro-app.git
- Navigate to folder and install NPM packages
$ cd cronometro-app $ npm i
- run development server
$ npm start
Distributed under the MIT License. See LICENSE.md
for more information.
Kevin Grajeda - @KevinGrajeda - yokevin20@gmail.com