This is an implementation of Raffle It! in Elm, a purely functional compile-to-javascript language built to easily create webapps.
Pros | Cons |
---|---|
Purely Functional | Purely Functional (Side effects are sometimes nice) |
Great Language | Few conventions |
State Handling like redux, but easier |
- When adding a participant, the focus isn't moved to the name input.
- Install create-elm-app
- Run
elm-app install
- Run
elm-app start
- elm-app install
- elm-app build
If there were any tests, you could run them with elm-app test
Raffle It! is MIT licensed.