A simple implementation of the classic Tic-Tac-Toe game using React.
https://xotictactoegame.netlify.app/
- Two-player game
- Interactive and responsive UI
- Tracks player turns and determines the winner
- Clone the repository:
git clone https://github.com/mujtabamohamed/tic-tac-toe.git
- Navigate to the project directory:
cd tic-tac-toe
- Install the dependencies:
npm install
- Run the application:
npm start
- Open your browser and navigate to http://localhost:3000 to play the game.