This app was created to practice using React, Redux and Rails to develop web applications.
It uses a Rails API backend and a React frontend to let you play rounds of The Game. You can create a new game to play or play a previously started game.
Test out the app and play The Game yourself here:
Move into the frontend:
run cd ../play-the-game-client
get it running:
run npm install
run npm start
Open http://localhost:3000 to view the app in the browser and start playing The Game.
Bug reports and pull requests are welcome on GitHub at https://github.com/sgibson47/play-the-game.
The app is available as open source under the terms of the MIT License