Skip to content

Variation of the Would You Rather game. made with Bootstrap, React & Redux.

License

Notifications You must be signed in to change notification settings

bruno-gurgel/would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would you Rather Banner

Repo Size Last commit Top Language

Would You Rather...

This project was made during Udacity's React Nanodegree and it is a web app 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 [option A] or [option B] ?”. Answering "neither" or "both" is against the rules.

In this app, users are able to answer questions, see which questions they haven’t answered, see how other people have voted, post questions, and see the ranking of users on the leaderboard.

Would You Rather Gif

Technologies used

React, Redux Toolkit & React-Bootstrap.

Starting the App

  • Install al the project dependencies with npm install;
  • Start the development server with npm start.

Obs: Since this app was created with the newly released npm version 7, it creates a package-lock.json version 2, which may cause some problems if you don't have this npm version. In this case, you should install and start the app with yarn install and yarn start. Here are the instructions to install yarn

Obs²: With NPM version 7, they introduced Peer dependencies. And some packages have not released versions that are made for React 17 (or another new package), but that doesn't mean that those packages don't work. If you face this issue, you can use --force, or --legacy-peer-deps, here is a more detailed explanation.

Contributions

Any contributtions and/or suggestions are greatly appreciated.

License

MIT License.

About

Variation of the Would You Rather game. made with Bootstrap, React & Redux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published