Simple app with own state https://elm-app-scorekeeper.netlify.app/
The main file: Main.elm
How to play with app: You need Node.js in your system!
- Clone this repo to your place
- Do
elm make src/Scorekeeper/Main.elm
- In the index.html add
<link rel="stylesheet" href="src/Scorekeeper/app.css">
to the head section - Voilà!