#Rock Paper Scissors in Javascript
To practive Javascript further, I decided to redo the Rock Paper Scissors challenge in Javascript.
- Javascript
- Sinatra
Clone the repository:
$ git clone git@github.com:guspowell/rockPaperScissorsJS.git
Change into the repository:
$ cd rockPaperScissorsJS
Run the tests:
$ open SpecRunner.html
- Create a server
- Create an interface
- Deploy to Heroku