Skip to content

foderking/react-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Chess

chess-image

About

A lightwieght chess app written from scratch in react

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Features

  • Lightwieght
  • No external dependencies. All functionality is written purely in React.
  • Move generation and validation
  • Dark theme UI

Prerequisites

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

Installing

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

TODO

  • Fix UI

  • Responsive

  • Add multiplayer support

  • Ability to create accounts, chat etc.

  • Integrate with chess engine

Credits

Releases

No releases published

Packages

No packages published

Languages