"Elm is a programming language for creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness."
A simple dice roll application made using Elm.
Project goal is to get comfortable with Elm components and the basic elm architecture: Model, Update, View.