Skip to content

shashankvishwakarma/React-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tic-Tac-Toe

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

Overview

This project provides a minimal setup to get a React application running with Vite, TypeScript, and ESLint. It includes hot module replacement (HMR) and some basic ESLint rules.

Features

  • React with TypeScript
  • Vite for fast development and build
  • ESLint for code quality
  • Hot Module Replacement (HMR)
  • Configurable ESLint setup for type-aware linting

Prerequisites

  • Node.js (v12.0.0 or higher)
  • npm or yarn

Getting Started

Installation

  • Clone the repository:
  git clone https://github.com/shashankvishwakarma/React-Tic-Tac-Toe.git
  cd React-Tic-Tac-Toe
  • Install dependencies:
    npm install
    # or
    yarn install

Run Locally

  • Start the server
  npm run dev

Project Demo

Tic-Tac-Toe.gif

About

React-Tic-Tac-Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published