/chess

Moonshot challenge - Chess Board

Primary LanguageJavaScript

Moonshot challenge - Chess Board

A Chess Board Application, which shows the valid moves of a Knight from the selected cell💫✨

forthebadge forthebadge


Website - Chess-Moonshot

🚀Glimpse 💫💫

image

How to Run Locally

Run the below command to clone the repo locally

git clone https://github.com/kkhitesh/chess.git

To run the application, go to the root directory and run the below commands

npm install		//install all react dependencies
npm run dev		//runserver

This will run your Application in localhost:5173