Skip to content

dgirotto0/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe React

This is a simple Tic-Tac-Toe game built using React and Tailwind CSS. The project serves as a practice for working with React components, state management, and basic UI design using Tailwind.

Features

  • Play a classic Tic-Tac-Toe game.
  • Responsive UI with Tailwind CSS.
  • Basic game logic to determine the winner or a draw.
  • Simple and easy-to-understand code structure.

Installation

  1. Clone the repository:

    git clone https://github.com/dgirotto0/tic-tac-toe-react.git
    cd tic-tac-toe-react
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm start
  4. Open the application in your browser:

    http://localhost:3000

Project Structure

├── public            # Static assets
├── src               # Source files
│   ├── components    # React components
│   ├── App.js        # Main application logic
│   ├── index.js      # Entry point
├── .gitignore        # Files to ignore in Git
├── package.json      # Project metadata
├── tailwind.config.js # Tailwind CSS configuration

Dependencies

  • React
  • Tailwind CSS

License

This project is licensed under the MIT License

About

A simple Tic-Tac-Toe game built using React and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published