Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egajda/hackerfit
Workout your body and frontend skills
https://github.com/egajda/hackerfit
fitness fitness-app tabata tabata-timer tabata-training workout workout-apps workout-timer
Last synced: 3 months ago
JSON representation
Workout your body and frontend skills
- Host: GitHub
- URL: https://github.com/egajda/hackerfit
- Owner: egajda
- Created: 2020-03-30T20:10:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T06:20:31.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T19:52:37.949Z (6 months ago)
- Topics: fitness, fitness-app, tabata, tabata-timer, tabata-training, workout, workout-apps, workout-timer
- Homepage: https://hackerfit.surge.sh
- Size: 134 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mint - Hackerfit - A fun way to be active everyday (Projects Using Mint / Open Source)
README
# TABATA
A fun way to improve your fitness and coding abilities
## Adventure
### V0: Getting Comfortable
Checkout branch 'getting-started' for an easy list of tasks that will serve as an intro### V1
- [x] Working Tabata Timer
- [x] Changes color
- [x] Displays current round
- [ ] Configurable Settings
- [x] Sound effects
- [ ] Streaks## Getting Started
Install Mint https://www.mint-lang.com/### Linux
```sh
wget --no-verbose -O mint https://mint-lang.s3-eu-west-1.amazonaws.com/mint-latest-linux
chmod +x ./mint
sudo mv ./mint /usr/local/bin/mint
```
### Mac
```sh
brew tap homebrew-community/alpha
brew install mint-lang
```