This is a web-based Tic-Tac-Toe game built using ReactJS.
- Two-player mode
- Real-time gameplay using websockets
- Responsive design for various screen sizes
-
Clone the repository
-
Install dependencies for the client
-
Start the client
-
Open your browser and navigate to http://localhost:3001 to play the game.
-
For development purposes, you can change the socket address in 'App.js' to 'localhost' by swapping the commented lines 21 and 22. This allows you to run the server locally and reference the client to that address.
Once the application is running, simply navigate to http://localhost:3001 in your browser to start playing the game.
- Node.js
- Express
- React
- React Router
- Socket.io



