Create a chess game with react – Part 13 – Castling

Welcome to the series on creating a chess game using ReactJS!

In the series we create a chess game from scratch using only ReactJS. We walk through the challenges that arise and come up with ideas and solutions that improve our coding.

Packaged used:
– ReactJS (only!!)

Code editor:
– Visual Studio Code

I will refer to chess.com for articles on the game and the rules. The pieces used in the series have also been borrowed from chess.com website with their consent

The code for the series can be found on my GitHub repo:

Chapters:
02:01 Castling
09:16 Update Castling right