Welcome to Razoyo's Elm learning lab. The approach of this lab is to start with the most basic possible Elm hello world and build to use more and more features of the language progressively.
The idea is that you can start playing with a limited set of features and gradually add more data types and functionality as you progress.
This completes out the use of the Dict data type as part of the model and some basic refactoring.
The lab is organized in numbered, step-wise versions. We recommend cloning the repository onto your development environment and check out each numbered branch successively.
To run the demo simply run elm reactor
from the project root and navigate to src/Main.elm.
Feel free to submit pull requests. We will attempt to review and either comment on them or merge them in a relatively timely manner. The repository is managed by volunteers with day jobs, so, please be patient.
To report bugs or request feature enhancements, just open up an issue.
Happy Elming!