Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 705 Bytes

HIIT Timer

A simple Progressive Web App for timing HIIT workouts. Made with Elm and bootstrapped by 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

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).