Skip to content

ivelin-web/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Application

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.

Instalation

API:

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.

Client:

Type npm install in client directory to install all dependencies.

How to use

Type npm run dev in api directory to start server.

Type npm start in client directory to start client.

Try applicaton

You can try application from here

Contributors

License

Licensed under the MIT License

Releases

No releases published

Packages

 
 
 

Contributors