"Would You Rather?" is a game that lets a user play the "Would You Rather?" game. The game goes like this: A user is asked a question in the form: "Would you rather[optionA] or [optionB]". Answering neither or both is against the rules.
In this app, users will be able to answer questions, see which questions they havn't answered, see how other poeple have voted, post questions, and see the ranking of users on the leaderboard.
To get Started:
- clone the project
- change to the project directory
cd would-you-rather
- install all project dependencies with
npm install
- start the server with
npm start
Simply select a user and then login to start playing the game.