Skip to content

aadrashmehta/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tic-Tac-Toe

A simple and stylish Tic-Tac-Toe game built with React and Vite.

Features

  • Two-player local gameplay
  • Animated UI with custom styles
  • Responsive design
  • Player name editing
  • Game log and highlights

Getting Started

Prerequisites

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/react-tic-tac-toe.git
cd react-tic-tac-toe
npm install

Running the Development Server

npm run dev

Open http://localhost:5173 in your browser to play.

Building for Production

npm run build

Project Structure

  • src/ – React source code
  • public/ – Static assets (images, icons)
  • index.html – Main HTML file
  • vite.config.js – Vite configuration

Customization

You can update styles in src/index.css and add new features in src/App.jsx.

About

React project, learning basics of react via building my first game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors