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.
- Two-player game
- Responsive design
- Displays current player
- Players can rename their names
- Indicates the winner or a draw
This project was developed by Muhammad Abdullah Kamran as part of my internship to learn and practice React development.
- React
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm installed on your computer.
-
Clone the repository:
git clone https://github.com/AbdullahThatsIt/tic-tac-toe.git
-
Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open the application:
Open your browser and navigate to http://localhost:5173
and start playing the game.
- React: Frontend library for building user interfaces.
- CSS: Styling the application.
- JavaScript: Logic and calculations.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.
Made with ❤ by AbdullahThatsIt & CodeThatsIt