https://github.com/giacomorebonato/mino-timer
Timer for fitness activity
https://github.com/giacomorebonato/mino-timer
fitness react tonejs typescript webworkers
Last synced: about 1 year ago
JSON representation
Timer for fitness activity
- Host: GitHub
- URL: https://github.com/giacomorebonato/mino-timer
- Owner: giacomorebonato
- License: mit
- Created: 2020-04-11T14:31:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:57:07.000Z (over 3 years ago)
- Last Synced: 2025-04-07T13:11:16.241Z (about 1 year ago)
- Topics: fitness, react, tonejs, typescript, webworkers
- Language: TypeScript
- Homepage: https://mino-timer.now.sh
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mino-Timer
[mino-timer.now.sh](https://mino-timer.now.sh)
## Description
Timer for fitness activity.
## Features
* Exercise name
* Exercise time
* Rest time
* Multiple timers get executed consecutively
## To do
* Text to speech for the exercise name
* PWA
* What else?
## Technicality
The timers are executed in a worker. They should be more precise and work also when the window gets unfocused.
## Thanks
Thanks to all the open source projects and talks that inspired me.
Expecially:
* create-react-app
* comlink
* mobx
And all the rest in the `package.json`!