Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 485 Bytes

elm-playground

Exploring the Elm language.

Start

Install Elm and start development server with elm reactor.

Go to http://localhost:8000 and select any src/*.elm file.

7GUIs

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:

  1. Counter
  2. Temperature Converter
  3. Flight Booker
  4. Timer
  5. CRUD
  6. Circle Drawer
  7. Cells