Skip to content

This is the front end of a real time chess game made using react and typescript and object oriented proggraming to create the whole logic.

Notifications You must be signed in to change notification settings

gabrielrochasouza/chess-game-front-end

Repository files navigation

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

About

This is the front end of a real time chess game made using react and typescript and object oriented proggraming to create the whole logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published