Skip to content

mahm0udnasr/react-xoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React XO Game

Project Description

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.

Features

  • Play tic-tac-toe against another player.
  • Track the score of each player.
  • Reset the game to start a new match.

Prerequisites

  • Node.js
  • npm (or yarn)

How to Run the Project Locally

  1. Clone the repository:

    git clone https://github.com/mahm0udnasr/react-xoGame.git
    cd react-xoGame
  2. Install dependencies:

     npm install
  3. Run the application:

      npm start
  4. Open your browser:

  • Open your browser and go to http://localhost:3000 to see the app running.

Contact

For any inquiries or issues, feel free to open an Issue in the repository.