Connect4 is a multiplayer game that - as the name suggests - allows users to play Connect four. The game is fully responsive.
Typescript - React - Chakra UI - Socket.io - Redux - Express
- Clone the repo
git clone https://github.com/ChrisLetter/Connect4.git
cd Connect4
- Install the dependencies in the server folder and start the server
cd server
npm install
nodemon
- Install the dependencies in the client folder and run the app
cd client
npm install
npm start
- If you want to test the online multiplayer functionality locally, you can do that by visiting the client's url from another browser. If you create a room in one browser and then join that room from another browser, you will be able to simulate the online functionality of the game.