https://github.com/tlapanco/juego-gato-react
Tic tac toe game made with React
https://github.com/tlapanco/juego-gato-react
javascript react-hooks reactjs
Last synced: about 1 month ago
JSON representation
Tic tac toe game made with React
- Host: GitHub
- URL: https://github.com/tlapanco/juego-gato-react
- Owner: tlapanco
- License: mit
- Created: 2024-09-13T06:10:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T01:10:13.000Z (6 months ago)
- Last Synced: 2025-01-28T22:31:00.451Z (3 months ago)
- Topics: javascript, react-hooks, reactjs
- Language: JavaScript
- Homepage: https://tlapanco.github.io/juego-gato-react/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React - Juego Gato (Tic tac toe)

Proyecto sencillo para la práctica de hooks en React.
Ver [Demo](https://tlapanco.github.io/juego-gato-react/)
## 🪝 Hooks usados
- [UseState](https://react.dev/reference/react/useState)
- [Custom Hooks](https://react.dev/learn/reusing-logic-with-custom-hooks) (UseGame creado para el control del juego)## 🖼️ Capturas
- Pantalla de inicio- Ganador
- Empate
![]()