Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 710 Bytes

Chess Game

This repository contains the code for the Chess Game web application. It is built using React, TypeScript, Node.js, Express.js and MongoDB.

Folder Structure

.
├── client
├── README.md
└── server
  • The client folder contains the client-side code for the application.
  • The server folder contains the server-side code for the application.

Website

The website is hosted on Vercel and can be accessed here.

Note:- It may start working a little late because backend of the project is hosted on render free tier which shuts down the instance if no traffic comes for a certain time and it takes some time to restart it.