josh-mchugh / elm-introduction

The quick example from the introduction page on the elm-lang website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Introduction App

This repository is a small Elm application which is featured on the elm-lang guide website. It is an application with two button which increment the value or decrement the value. It uses Elms model view update pattern to render the page with the user interaction.

Link to guide: https://guide.elm-lang.org/

Demonstration:

Screenshare of the small elm application with a button incrementing the value and another decrementing the value

About

The quick example from the introduction page on the elm-lang website


Languages

Language:JavaScript 98.5%Language:Elm 0.7%Language:CSS 0.4%Language:HTML 0.3%