Playing with Elm by building a small application

I learned Elm (elm-lang.org) by developing a small application.

I chose to build something to explain percentage to my son.

That app was an example of how to handle complex UI interaction with the help of the TEA architecture (the equivalent of Redux in the React world).

Every component interacted with the others : percent-app.herokuapp.com .