Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 running

built 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