socket connection established and chess logic imported from old codebase

This commit is contained in:
Moon Patel
2023-06-29 02:03:06 +05:30
parent 8e91427c1c
commit 0a06890b81
34 changed files with 848 additions and 38 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"@tabler/icons-react": "^2.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
"react-router-dom": "^6.14.0",
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"@types/react": "^18.0.37",