Skip to content

brookeknowles/guess-who

Repository files navigation

Celebrity Guess Who

Online celebrity themed Guess Who game made with React. A user can play against the computer to guess a celebrity, asking yes or no questions and turning over cards as they rule each character out.

Note: As we all know with Hollywood, things change quickly. It's likely the computer's answers to questions about relationship status or awards won will go out of date quickly.


๐ŸŽฎ Online Gameplay

Check it out here: https://brookeknowles.github.io/guess-who/


๐Ÿƒ Running app locally

  1. Clone the repo: git clone https://github.com/brookeknowles/guess-who.git
  2. Navigate to project cd guess-who
  3. Install Node dependencies npm install
  4. Run app npm start
  5. Open up your favourite browser at http://localhost:3000/