This is my first project in React, built by following the official React tutorial.
It's a simple implementation of the classic Tic-Tac-Toe game, using components and state.
- Clone the repository: git clone https://github.com/tu-usuario/tic-tac-toe-game.git
- Go into the folder: cd tic-tac-toe-game
- Install dependencies: npm install
- Run the app: npm start
Based on the official React tutorial.