Set is a web game clone of the card game Set. Created with React, Chakra UI, Node.js and Socket.IO. Set is hosted and automatically deployed to Heroku.
Install on your own:
npm install
in root folder and client.
Start server with
nodemon index
and client with
npm start