Solutions for the [official Elm tutorials](https://guide.elm-lang.org/)
Go to file
maxmoon a18e94708e added 03: forms 2023-01-10 17:57:53 +01:00
01-buttons.elm added 03: forms 2023-01-10 17:57:53 +01:00
02-text_fields.elm added 03: forms 2023-01-10 17:57:53 +01:00
03-forms.elm added 03: forms 2023-01-10 17:57:53 +01:00
LICENSE added 03: forms 2023-01-10 17:57:53 +01:00
README.md added 03: forms 2023-01-10 17:57:53 +01:00

README.md

Elm Tutorial Solutions

Because the exercises of the official Elm tutorials got hard, I tried to find solutions on the internet, but I only found something old, which doesn't compile anymore. So I decided to make it by my own.

The solutions are compatible with ELM 0.19.1 (2022-08-30).

All solutions work with the official browser compiler and the files contain comments on what I've changed.

Disclaimer: I am not a professional Elm programmer. I started to learn Elm a few days ago (August 2022). Even if I know other programming languages, it doesn't mean the solutions here are the best. But if I will stay with Elm and will know better solutions, I will improve them. And if I will not update solutions it could mean I am not interested in Elm anymore and found something better.