The legendary Connect Four game recreated with React, allowing up to two players.
React
CSS
useState
The purpose of this project was to reinforce my programming logic after completing a Tic Tac Toe game, which inspired me to take on a bigger challenge.
The main steps included building the initial game board, implementing game states (such as checking for a winner, updating the board, and resetting the game), and validating both horizontal and vertical moves.
The game ends with a confetti animation when there is a winner