A nice lightweight Slot Machine Implementation in React.js
If you're going to do any editing -
sass --watch slots.scss:slots.css &
While working on a slot machine implementation for a coding exercise, a friend suggested I take a look at React.JS.
index.html is mostly comprised of includes for react and css. Save for the
the dom is generated by React and lives inapp.js contains the render() calls for the virtual dom as well as logic for random slot state generation, and win states.
The slot icons and win state icons were drawn up with a touch-pad in Illustrator. ...I should buy a new a pen for my Wacom tablet.