Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.25 KB

Tic Tac Toe Game

License Version Build Status

A simple Tic Tac Toe game built with React. This project demonstrates the use of React components, state management, and basic styling to create an interactive game.

Table of Contents

Demo

Check out the live demo of the Tic Tac Toe game here.

Features

  • Two-player game (Player X and Player O)
  • Interactive game board
  • Highlight the winning line
  • Responsive design for different screen sizes

Screenshot

Tic Tac Toe Screenshot

Installation

  1. Clone the repository:

    git https://github.com/Pavankumar07s/udemy-react-TIc-tac-toe
    cd udemy-react-TIc-tac-toe
    

usage

   npm run dev