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.
Check it out here: https://brookeknowles.github.io/guess-who/
- Clone the repo:
git clone https://github.com/brookeknowles/guess-who.git
- Navigate to project
cd guess-who
- Install Node dependencies
npm install
- Run app
npm start
- Open up your favourite browser at http://localhost:3000/