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

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

Awesome Lists containing this project

README

          

# Mino-Timer

[mino-timer.now.sh](https://mino-timer.now.sh)



react-router

## 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`!