Inspired by this article The Amazing Power of Board Vision by Dan Heisman
- Made in Vue.js with Buefy for style
- It uses vue-chessboard to show the chessboard and the threats
- It uses chess.js for chess movements and validations
- It uses chessground for chessboard UI chessground
- It uses chess.com API to get positions from your games or specific users
http://vitomd.com/vue-chess-guardian/
Check My projects for a full detailed list.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev