This is tic-tac-toe realtime multiplayer app created with Express, Socket.io and React.
Two users can join to one room and play friendly tic-tac-toe game for fun.
Just enter Room ID with your friend and enjoy.
Type npm install in api directory to install all dependencies.
Create .env file in api directory.
Add key PORT example PORT=5000, client work with port 5000.
Add key ORIGIN equal to http://localhost:3000.
Type npm install in client directory to install all dependencies.
Type npm run dev in api directory to start server.
Type npm start in client directory to start client.
You can try application from here
- Ivelin Qvorov Ivanov ivelinivanov1999@gmail.com
Licensed under the MIT License