An open API service indexing awesome lists of open source software.

https://github.com/paulo9mv/chess

Chess Analysis is a free tool that allows you to get reports from your own matches. Import your PGN and check it now.
https://github.com/paulo9mv/chess

chess pgn stockfish

Last synced: 6 months ago
JSON representation

Chess Analysis is a free tool that allows you to get reports from your own matches. Import your PGN and check it now.

Awesome Lists containing this project

README

          

# Chess Analysis ♟️

Chess Analysis is a free tool that allows you to get reports from your own matches. Import your PGN and check it now.

https://user-images.githubusercontent.com/17968732/167827897-716ef38b-f576-4c26-97d3-91d29516d3c4.mov

## To run
This tutorial supposes that you have _yarn_ installed. If you don't have it, follow the instructions at the [official page](https://classic.yarnpkg.com/pt-BR/docs/install/#windows-stable).

1. To install _node\_modules_
```
$ yarn install
```

2. To start the project
```
$ yarn dev
```

## Tools used in the project :paperclip:
:wrench: Configuration:
- [React](https://reactjs.org/)
- [vite](https://vitejs.dev/)
- [MobX](https://mobx.js.org/react-integration.html)

♟️ Chess:
- [Stockfish.js](https://github.com/nmrugg/stockfish.js/)
- [Chess.js](https://github.com/jhlywa/chess.js)
- [React Chessboard](https://github.com/Clariity/react-chessboard)

:art: Design:
- [Material-UI](https://material-ui.com/pt/)