This repository contains the source code for my website, which hosts popular games like Tic Tac Toe and Rock Paper Scissors. The website offers both single-player mode against a computer opponent and multiplayer mode for challenging friends or other online players.
Client: React JS
Server: Go
Clone the project
https://github.com/rishav2803/Game_Zone.gitInstall dependencies
For the Client
cd frontend
npm installFor the Server
cd backend
go getStart the server
cd backend
go run main.goStart the Client
cd frontend
npm start

