https://github.com/runningdeveloper/run-track
Quick experiment
https://github.com/runningdeveloper/run-track
Last synced: 8 months ago
JSON representation
Quick experiment
- Host: GitHub
- URL: https://github.com/runningdeveloper/run-track
- Owner: runningdeveloper
- Created: 2020-02-06T19:20:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T16:34:34.000Z (over 6 years ago)
- Last Synced: 2025-10-14T12:55:03.690Z (8 months ago)
- Language: JavaScript
- Homepage: https://runningdeveloper.github.io/run-track/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run Track
## Small experiment with preact, hooks and no build tools
Needed a small simple site to keep track of my running on the go. I also wanted to checkout a super minimal aproach with preact and wanted something quick. I like react and hooks so here we go.
Probably doing it all wrong. Tell me how to improve. Sorry the code is a bit crappy.
## How to use
Don't use for now.
I'm using [jsonbin](https://jsonbin.io/) to store the data (minimal free approach). So you need to setup a bin with some data and get an api secret key. Then add to the site and you can start adding runs.