Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevingrajeda/cronometro-app
Stopwatch progressive web app for mobile and desktop.
https://github.com/kevingrajeda/cronometro-app
cronometro mobile react stopwatch webapp
Last synced: about 1 month ago
JSON representation
Stopwatch progressive web app for mobile and desktop.
- Host: GitHub
- URL: https://github.com/kevingrajeda/cronometro-app
- Owner: KevinGrajeda
- License: mit
- Created: 2020-07-21T04:43:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:16:55.000Z (almost 2 years ago)
- Last Synced: 2023-06-15T00:27:34.632Z (over 1 year ago)
- Topics: cronometro, mobile, react, stopwatch, webapp
- Language: JavaScript
- Homepage: https://kevingrajeda.github.io/cronometro-app/
- Size: 2.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About The Project
[![License](https://img.shields.io/github/license/KevinGrajeda/cronometro-app?color=blue)](https://github.com/KevinGrajeda/cronometro-app/blob/master/LICENSE.md)
[![React](https://badges.aleen42.com/src/react.svg)](https://reactjs.org/)
[![Version](https://img.shields.io/github/v/release/KevinGrajeda/cronometro-app)](https://github.com/KevinGrajeda/cronometro-app/releases/tag/v.1.0.0)A stopwatch app made to work on the web and as a progressive web app, both for mobile and desktop.
## Getting Started
You can use the app by going to the [Live site](https://kevingrajeda.github.io/cronometro-app/), or by setting up the project locally.
To get a local copy up and running follow these simple example steps.### Installation
1. Clone the repo
```sh
$ git clone https://github.com/KevinGrajeda/cronometro-app.git
```
3. Navigate to folder and install NPM packages
```sh
$ cd cronometro-app
$ npm i
```
4. run development server
```sh
$ npm start
```## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Kevin Grajeda - [@KevinGrajeda](https://github.com/KevinGrajeda) - [email protected]