Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 662 Bytes

Sheeps Head

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.

Technical Specifications

  • 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

to run

  • first clone this repository
  • npm install
  • make sure the api is also running in parallel
  • npm run start