Tic-Tac-Toe Game
I created a Tic-Tac-Toe game in React that has multiplayer and singleplayer (vs CPU) play modes. I used Context to manage state. The computer move AI seamlessly reacts to human player moves.
Project Background
This single-page web appilication is a solution to the Frontendmentor tic-tac-toe challenge.