Frontend component for the Guess Who game
Deployed on Netlify: https://guesswho-itme.netlify.app/
Built Using React and Material UI.
- Create a .env file in the guess_who directory that contains the following values
- REACT_APP_API https://guess-who-server12.herokuapp.com or local server
- REACT_APP_WS ws://guess-who-server12.herokuapp.com or local server
- Run
npm install
to install all dependencies. - Run
npm start
to start up the frontend.
Known issues:
- Chat currently broadcasts to all players, not just players in the game
- Intermittently, a player will get stuck in the player list