As the point of making this app was to familiarize myself with React and Redux, I haven't prioritized styling or created backend for storage yet. The app works perfectly, but doesn't persist the data and looks pretty bad.
A game of would you rather questions made with React and Redux.
Answer daring questions of what you'd rather. You must answer the questions or risk sitting on the bottom of the leaderboard. Your score increase for every answered question, but you'll get even more points for asking new questions. Have fun!
To get the app up and running for development environments you need to have git
, nodejs
, yarn
and npm
installed.
When you are ready, follow the instructions to start the app:
- Clone the repository:
git clone [url]
- You can get the url from the top right corner (
Clone or download 🔽
)
- You can get the url from the top right corner (
- Navigate into the cloned project:
cd would-you-rather
- Install the dependencies:
yarn install
- This can take a minute or two depending on your network connection
- Start the development server:
yarn start
- This can also take a minute or two
The API simulation script is made by Udacity. I've written and designed the app myself.