Chess implemented in React and Javascript, using a library I originally wrote in Python to demonstrate object-oriented programming principles. The python version can be found here: https://github.com/allenjiang17/PythonChess
A basic minimax algorithm with alpha-beta pruning is implemented for a chess AI