/tic-tac-toe

Online game to play friends using same room

Primary LanguageJavaScript

tic-tac-toe

Online game to play friends using same room

  • used socket.io to communicate between end points
  • used reactjs to develop ui and mantine framework for widgets
  • node js to develop backend

steps to run the code

UI

cd ui/ 
npm i
npm run build
npm start

server

cd server/
npm i
npm start

preview

  • open url in different tabs and use the same room name.

image

image