React chess is a simple representation of chess game written with React.js.
- all figures can move and beat acording to game rules
- drag and drop figures using HTML5 drag and drop
- highlight all possible positions on hover on figure
- save game data, load and delete saved data
- change cell color palette (also can be saved)
- checkmate functionality
Tests are included