Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.89 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.89 KB

Chess Game Application made with React and Typescript

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.

This is a preview of how the application works:

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.

The tecnologies used in the frontend

  • react
  • typescript
  • tailwind
  • shadcn
  • eslint
  • socket io
  • radix ui
  • react router dom

To install this application in your dev environment

First clone this repository:

git clone [email protected]:gabrielrochasouza/chess-game-front-end.git

Install dependencies:

yarn

To run it:

yarn run dev