This is a simple Tic-Tac-Toe game built with React and styled using Bootstrap. It was developed as part of a course I am taking on React and Next.js in Udemy, with additional tweaks and customizations. This project was bootstrapped with Create React App.
- Two-Player Mode: Play against another person by taking turns.
- Turn Indicator: The game tracks and displays whose turn it is.
- Winning Condition: The game detects and announces the winner in a modal when three matching symbols are aligned horizontally, vertically, or diagonally.
- Draw Condition: If all cells are filled without a winner, the game declares a draw and shows a modal.
- Clone the repository: git clone https://github.com/romy47/react_tic_tac_toe.git.
- Navigate to the project directory.
- Install dependency: npm install.
- Start the development server: npm start.
- Play: Open your browser and go to http://localhost:3000 to play the game.
React and Bootstrap.
