Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 534 Bytes

slot machine

slot machine

demo

http://thumbtack-slot-machine.surge.sh/

local install

  • git clone https://github.com/a15n/slot-machine.git && cd slot-machine/
  • npm install && npm run start

to see a winner (on roughly every other click)

  • uncomment the two lines under // isWinner helper in ./src/App.js
  • this is not default behavior and is occasionally buggy