A simple Tic Tac Toe game built using React.js.
This project was created as part of my journey to learn and practice React as a beginner.
- Two-player game (X and O)
- Detects win and draw conditions
- All game state and moves handled using the
useStatehook - Basic responsive UI
This is a beginner-friendly project I built while learning the fundamentals of React. Through this project, I gained a good understanding of:
- Functional components
- Props
- The useState hook
- Component structure
- Basic state management in React
Check out the hosted page!!!