WouldYouRather Version 1.0 04/07/2020
A react game that was built with redux.
Would you rather is a game designed to let you poll your friends with the choice between two options. Which would you rather do?
To get started, first download the app then run npm install or yarn from the app's root folder. After the dependencies are installed, from the root folder, run npm start. The app will open bringing you to the login screen.
At login, you may either choose from an existing profile or create your own. However, you must be logged in to access the app.
After logging in, you will find yourself on the dashboard screen. From here, you may either select a question to answer or review the answers to questions you have already answered.
If you would like to create new polls, begin by clicking the menu button at the top of the screen. From there, you will have the option to create new polls.
The menu can also take you to the leaderboard. The leaderboard displays data from each user about how many questions they've asked and answered, with the user with the most total questions and answers as the leader.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.