This is a chess game created using react and typescript, in this application, you will be able to play chess with your friends. This app uses websockets to enable to play the game in real time.
chess-game-readme.mp4
If you want to check out the application click this Link
The backend was deployed on render, you can check the repository in this Link
it was used nest js for the API, and mongo db atlas database to store all the data.
The chessboard model was created based on Object Oriented Programming.
- react
- typescript
- tailwind
- shadcn
- eslint
- socket io
- radix ui
- react router dom
First clone this repository:
git clone [email protected]:gabrielrochasouza/chess-game-front-end.git
Install dependencies:
yarn
To run it:
yarn run dev