This is a simple Tic Tac Toe game built using React, following a course on Udemy. The application allows two players to take turns and play the classic game of Tic Tac Toe.
- Interactive Tic Tac Toe game
- Two-player mode
- Game state persistence
-
Clone the repository
-
Navigate to the project directory
-
Install dependencies: npm install
To start the development server: npm run dev