Skip to content

SamarthBengle/Tic-Tac-Toe-React-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Web App

This is a simple Tic Tac Toe game built using React, following a course on Udemy. The application allows two players to take turns and play the classic game of Tic Tac Toe.

Features

  • Interactive Tic Tac Toe game
  • Two-player mode
  • Game state persistence

Installation

  1. Clone the repository

  2. Navigate to the project directory

  3. Install dependencies: npm install

Usage

To start the development server: npm run dev