This project was designed to play the card game popular in Wisconsin and Germany called "Sheeps Head". It features the ability for multiple players to play simultaneously through a websocket connect, as well as a live chat feed.
-
Create React App was used for quick development
-
Web sockets used for live game state interactions
-
Chakra UI for quick design solution
-
Unit tests in jest and react testing library
-
Connects to this api
- first clone this repository
npm install
- make sure the api is also running in parallel
npm run start