A simple and interactive Tic Tac Toe game built using React.js to demonstrate the use of functional components, the useState and useEffect hooks.
Features:-
Gameplay: Two-player functionality with alternating turns.
Win Detection: automatically checks for winners or ties after every move.
Reset Option: Allows players to reset the game and start fresh.
Like this project
Posted Jan 11, 2025
A simple interactive Tic Tac Toe game in React.js with two-player gameplay, win detection, and a reset option. Demonstrates useState and useEffect hooks.