Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Workout your body and frontend skills

Awesome Lists containing this project

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