/would-you-rather

Built with React, Redux and React Bootstrap. A game of would you rather. Log in and create a two choice question, see other questions and answer them, and see a leaderboard of most highly rated questions.

Primary LanguageJavaScript

Would You Rather Project

This is the second project for Udacity's React & Redux course.

Details

Would you rather is a game allowing a user to sign in and out from a set of pre set users, view a dashboard of answered and unanswered questions, answer and create questions, see question results, and a leaderboard of top scoring users.

How to install

  • git clone the repository
  • Install npm or yarn
  • Install dependencies: react-redux, react-router-dom, react-thunk
  • run: npm install or yarn start
  • The app will run on localhost:3000