Skip to content

webbhuset/elm-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz app built with Elm

This is a simple clone of kahoot.it built using Elm and websockets. It concists of 3 applications:

  • The host app - Run this on your computer and share your screen to all players.
  • The player app - Each player joins with their phone using this app.
  • The server app - Run a node server that everyone connects to.

Dependencies

To build and run the app

npm install
make
node build/server.js