Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 566 Bytes

ELM voting workshop

ELM version of the voting workshop. The goal is to complete the voting application, a user need to be able to:

  • Display all the voting options
  • Vote for an option
  • See in realtime the update of any vote (using websocket)

We left some TODO comment all over the application for you to complete in order to make it working

ELM files:

src/Main.elm
src/app

API

Development instructions

  1. npm i
  2. npm start
  3. If browser does not automatically launch, go to http://localhost:3000