Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 607 Bytes

File metadata and controls

26 lines (21 loc) · 607 Bytes

MultiplayerChess

image

Installation Steps

  1. fork the repo
  2. git clone <repo-url>
  3. cd MultiplayerChess
  4. cd chess-frontend
  5. npm i
  6. cd ../backend
  7. npm i

Features

  1. Room Id generation
  2. Real-time game

Libraries Used

  1. React (Frontend)
  2. Express.JS (Backend)
  3. chess.js (Chess Moves Validation)
  4. react-chessboard (Chess board)

Running Locally

  1. Start server cd backend && npm start
  2. Start react app cd chess-frontend && npm start