Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 403 Bytes

Learn ELM - Roll the Dice

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

Description

A simple dice roll application made using Elm.

Goals

Project goal is to get comfortable with Elm components and the basic elm architecture: Model, Update, View.