React XO Game is a simple and interactive tic-tac-toe game built using React. This project demonstrates the use of React components, state, and props to create a functional and engaging game.
- Play tic-tac-toe against another player.
- Track the score of each player.
- Reset the game to start a new match.
- Node.js
- npm (or yarn)
-
Clone the repository:
git clone https://github.com/mahm0udnasr/react-xoGame.git cd react-xoGame
-
Install dependencies:
npm install
-
Run the application:
npm start
-
Open your browser:
- Open your browser and go to
http://localhost:3000
to see the app running.
For any inquiries or issues, feel free to open an Issue in the repository.