A web app that lets you check the leaders in all chess games modalities from chess.com. And in case you're wondering, I am not in any of them.
- JavaScript
- React
- Redux
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git@github.com:VicPeralta/chess-leaders.git
2.- Change the directory to the chess-leaders directory
cd chess-leaders
3.- Install the project's dependencies by running this command:
npm install
4.- Generate the dist folder using this command:
npm run build
5.- Run this command to see the page npm start
6.- To see the code open the project in the code editor of your preference.
7.- To run the tests associated with the application, use this command:
npm test
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
- Chess.com: @viktorperalta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Chess data provided by chess.com
- Original design by Nelson Sakwa
- All icons from flaticon(Year icons created by Freepik - Flaticon)
- A special thank for @fernandorpm for this amazing README template
This project is MIT licensed.