A lightwieght chess app written from scratch in react
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Lightwieght
- No external dependencies. All functionality is written purely in React.
- Move generation and validation
- Dark theme UI
Things you'll to install this project..
- A working shell ( Bash, Powershell, zsh etc.)
- The latest version of Git
- npm
- yarn
if you don't already have yarn
npm install --global yarn
First, clone this project to your local system. You could download as a zip file or clone it throught the terminal
Copy and paste on the terminal
git clone https://github.com/foderking/react-chess.git
cd react-chess
Then install dependencies:
yarn
To run in hot module reloading mode:
yarn start
To create a production build:
yarn build
To run tests:
yarn test
-
Fix UI
-
Responsive
-
Add multiplayer support
-
Ability to create accounts, chat etc.
-
Integrate with chess engine