dennisreimann / elm-bike-configurator

🚴🏻 Pretty simple app for configuring a bike with colored components, written in Elm.

Home Page:https://dennisreimann.github.io/elm-bike-configurator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Bike Configurator

Pretty simple app for configuring a bike with colored components, written in Elm. This is my public playground for exploring Elm and trying to grow this app by learning more about the programming language.

I'll try to make the commits as meaningful as possible, so you can follow along.

Here is the demo.

Screenshot

Setup

Prerequesite is the package manager [https://yarnpkg.com/en/docs/install].

$ yarn install

Building and running the app

$ npm start

This builds the app with webpack and gives you a live-reloading server on localhost:3000

Used tools

Acknowledgements

Original photo courtesy of Carey Ciuro

About

🚴🏻 Pretty simple app for configuring a bike with colored components, written in Elm.

https://dennisreimann.github.io/elm-bike-configurator/

License:MIT License


Languages

Language:Elm 51.9%Language:JavaScript 27.7%Language:CSS 19.1%Language:HTML 1.3%