Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josh-mchugh/elm-introduction

The quick example from the introduction page on the elm-lang website
https://github.com/josh-mchugh/elm-introduction

elm

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/demonstration/elm-introduction-demonstration.gif)