Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josh-mchugh/elm-introduction
- Owner: josh-mchugh
- Created: 2023-08-04T01:27:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T23:22:18.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:33:16.656Z (3 months ago)
- Topics: elm
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)