A Chess.com clone made for our WebTech Sem 3 Project. This project was done using the react-chessboard and chess.js libraries.
BY:
- Advaith Srinivas
- Abhinav S Kokrady
- Amitesh Jammula
USAGE:
- Run
npm installon both client and server folders - Client: Start client using
npm start - Server: Start server using
npm run dev
Ensure mongoDB is connected.