Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 758 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 758 Bytes

Tic-Tac-Toe

A simple implementation of the classic Tic-Tac-Toe game using React.

Demo

https://xotictactoegame.netlify.app/

Screenshot

Tic Tac Toe

Tic Tac Toe

Features

  • Two-player game
  • Interactive and responsive UI
  • Tracks player turns and determines the winner

Installation

  • 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

Usage

  • Run the application:
  npm start