AbdullahThatsIt / tic-tac-toe-react

An interactive and intuitive two-player Tic-Tac-Toe game built with React. Features include player renaming, game status display, and a clean, modular code structure. Perfect for a fun coding exercise and improving React skills.

Home Page:https://tic-tac-toe-codethatsit.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

A simple Tic-Tac-Toe game built with React. This project was created as part of my internship and learning journey. It features a classic Tic-Tac-Toe game where two players can take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Features

  • Two-player game
  • Responsive design
  • Displays current player
  • Players can rename their names
  • Indicates the winner or a draw

About

This project was developed by Muhammad Abdullah Kamran as part of my internship to learn and practice React development.

Technologies Used

  • React
  • HTML
  • CSS
  • JavaScript

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Make sure you have Node.js and npm installed on your computer.

Installation

  1. Clone the repository:

    git clone https://github.com/AbdullahThatsIt/tic-tac-toe.git
  2. Install the dependencies:

npm install
  1. Run the development server:
npm run dev
  1. Open the application:

Open your browser and navigate to http://localhost:5173 and start playing the game.

Technologies Used

  • React: Frontend library for building user interfaces.
  • CSS: Styling the application.
  • JavaScript: Logic and calculations.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.

Author

Made with ❤ by AbdullahThatsIt & CodeThatsIt

About

An interactive and intuitive two-player Tic-Tac-Toe game built with React. Features include player renaming, game status display, and a clean, modular code structure. Perfect for a fun coding exercise and improving React skills.

https://tic-tac-toe-codethatsit.vercel.app


Languages

Language:JavaScript 53.8%Language:CSS 40.8%Language:HTML 5.4%