Skip to content

raffleit/raffleit-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raffle It! Elm · CircleCI GitHub license

This is an implementation of Raffle It! in Elm, a purely functional compile-to-javascript language built to easily create webapps.

Pros and Cons (Purely Subjective)

Pros Cons
Purely Functional Purely Functional (Side effects are sometimes nice)
Great Language Few conventions
State Handling like redux, but easier

Known Bugs

  • When adding a participant, the focus isn't moved to the name input.

Command Line Stuff

Running Locally

Creating a Production Build

  • elm-app install
  • elm-app build

Running Tests

If there were any tests, you could run them with elm-app test

License

Raffle It! is MIT licensed.

Releases

No releases published

Packages

No packages published