Tic-Tac-Toe Game | Built with React
This is a Tic-Tac-Toe game developed using React.js, featuring a clean and modern UI. The game allows two players to compete by marking X and O on a 3x3 grid.
Key Features:
Dynamic Player Names – Players can edit their names for a personalized experience.
Interactive UI – Smooth gameplay with a dark-themed game board and a vibrant background.
State Management – React useState is used to track player turns and game progress.
Responsive Design – The layout adapts to different screen sizes for a seamless experience.
This project showcases React state management, event handling, and UI design skills, making it a great addition to a portfolio.