Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djm158/runcalculator
calculator for determining time/pace/distance for running
https://github.com/djm158/runcalculator
Last synced: about 6 hours ago
JSON representation
calculator for determining time/pace/distance for running
- Host: GitHub
- URL: https://github.com/djm158/runcalculator
- Owner: djm158
- License: mit
- Created: 2020-02-11T01:23:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:10:32.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T13:37:02.758Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://runcalculator.xyz/
- Size: 3.41 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6b0cc0c5-26fb-40e5-a4a9-3e1d893c429b/deploy-status)](https://app.netlify.com/sites/musing-wiles-f46ad5/deploys)
# [runcalculator](https://runcalculator.xyz)
calculator for determining time/pace/distance for runningbuilt in loving memory of coolrunning's pace calculator
built with react + material ui + typescript
hosting + CI courtesy of Netlify
![Image of Run Calculator](https://runcalc.s3.us-east-2.amazonaws.com/runcalc.png)
# get started
```sh
$ git clone https://github.com/djm158/runcalculator
$ cd runcalculator
$ npm install
```# build
```sh
$ npm build
```# test
```sh
$ npm test
```# develop
```sh
$ npm start
```# TODO
* generate splits
* keyboard shortcut for clear (esc)
* add preconfigured race distances