An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# React - Juego Gato (Tic tac toe)

![React](https://img.shields.io/badge/react-gray?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![CSS3](https://img.shields.io/badge/css3-gray?style=for-the-badge&logo=css3&logoColor=blue)

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
Pantalla inicio

- Ganador
Ganador

- Empate
Empate