React implementation of the classic Tic-Tac-Toe game.
- Turn-based gameplay (X and O)
- Dynamic board rendering with React
- Win detection logic
- Responsive layout
- Game restart button
- Winner highlight
- Move history and time travel
- Better styling
npm install
npm start