Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianp/elm-quiz

A toy quiz system written in Elm
https://github.com/christianp/elm-quiz

e-assessment elm quiz

Last synced: 13 days ago
JSON representation

A toy quiz system written in Elm

Awesome Lists containing this project

README

        

# elm-quiz
A toy quiz system written in Elm.

I'm just playing about with the Elm language. I thought a little quiz would be a good project to experiment with.

At the moment, the Elm standard library (and even the community packages) don't offer much, so this implements some very basic things.

To build it, run `elm-make quiz.elm --output=quiz.js`, then open `index.html`.