https://github.com/andreazllin/heartrate
Store and display data about your Heart Rate
https://github.com/andreazllin/heartrate
craco heart-rate heartrate react reactjs taliwindcss
Last synced: 7 months ago
JSON representation
Store and display data about your Heart Rate
- Host: GitHub
- URL: https://github.com/andreazllin/heartrate
- Owner: andreazllin
- Created: 2021-01-25T20:20:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T22:54:08.000Z (about 3 years ago)
- Last Synced: 2025-01-22T23:44:04.238Z (9 months ago)
- Topics: craco, heart-rate, heartrate, react, reactjs, taliwindcss
- Language: JavaScript
- Homepage: https://heartrate.vercel.app
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heart Rate Project
## Get started
```shell
docker-compose up -d
```### Updates
#### 6th Aug. 2022
Code for the server and client were written in Jan/Feb 2021, when I used to code in JavaScript only, instead of TypeScript.
As I wanted to try Svelte, this repository currently does not contain a frontend client.
You can find the old website code [here](https://github.com/5tsuki/heartrate-client), forked for archive.
About the server, the code will be updated to a TypeScript version some time in the future. PRs are appreciated.