Bored during a public health crisis with friends/family on video chat and nothing to do? Look no further than React Scattergories!
By entering a room id, you all can share the same list! Shuffle through until you find one you like and play! Timer and scoring sold separately (scoring coming soon!).
I built this extremely quickly so that we would have something to play, as well as an experimentation project with React and socket.io.
On the front-end, React handles DOM manipulation and sends API requests to the back-end Node server running express.
Make sure you have node installed, then run:
git clone "github.com/spencrr/react-scattergories"
cd react-scattergories
cd client
npm install
npm run build
cd ../server
npm install
npm run start