Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshuanianji/hiit-timer

A simple, mobile-friendly app for to time HIIT workouts, and any other workout as well!
https://github.com/joshuanianji/hiit-timer

elm hiit-timer intensity-interval-training

Last synced: about 20 hours ago
JSON representation

A simple, mobile-friendly app for to time HIIT workouts, and any other workout as well!

Awesome Lists containing this project

README

        

# HIIT Timer

A simple Progressive Web App for timing HIIT workouts. Made with [Elm](https://elm-lang.org) and bootstrapped by [create-elm-app](https://github.com/halfzebra/create-elm-app).

I also toyed around with the file structure, separating them into `Data`, `Modules`, and `View` with increasing modularity. Not sure how viable this is, though.

## Demo

You can see it in action [here](https://joshuaji.com/projects/hiit-timer/)

## Run It Urself

Make sure you have Elm and create-elm-app installed. Once you `git clone` the repo, run `elm-app start` to open the development server with the cool debug feature.

`elm-app build` also builds the project in the `build` folder (which I gitignored).