Exploring the Elm language.
Install Elm and start development server with elm reactor
.
Go to http://localhost:8000
and select any src/*.elm
file.
I'm trying to implement (some) tasks from 7GUIs:
https://eugenkiss.github.io/7guis/
You can find each implementation in the file with the same name.
Tasks:
- Counter
- Temperature Converter
- Flight Booker
- Timer
- CRUD
- Circle Drawer
- Cells