This is a simple Tic-Tac-Toe game built with React. It allows two players to take turns and keeps track of the game state, including the winner and a log of each move.
-
Clone the repository:
git clone https://github.com/R0PPER/tic-tac-toe-project.git
-
Navigate to the project directory.
-
Open the terminal.
-
Install dependencies:
npm i
- Run the app locally with:
npm run dev- Visit
localhostin your browser to play the game.