This is an implementation of Raffle It! in Knockout. This was my first implementation of it, and much has changed since. I recently moved from requirejs to browserify because I didn't understand AMD anymore.
Pros | Cons |
---|---|
Knockout is dead easy, light and fast | Magic variables in HTML |
Easy two-way binding | State-handling, routing and API-calls is not built in. |
- None
- Run
npm install
- Run
npm start
npm install
Why would you need tests?
Raffle It! is MIT licensed.