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.
- Host: GitHub
- URL: https://github.com/paulo9mv/chess
- Owner: paulo9mv
- Created: 2022-05-10T18:13:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T13:01:43.000Z (over 3 years ago)
- Last Synced: 2025-03-22T17:11:26.648Z (7 months ago)
- Topics: chess, pgn, stockfish
- Language: TypeScript
- Homepage: https://paulo9mv.github.io/chess/
- Size: 605 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)