https://github.com/cavera/cat-facts
Practice of React JS. Given instructions by @midudev's course
https://github.com/cavera/cat-facts
Last synced: 12 months ago
JSON representation
Practice of React JS. Given instructions by @midudev's course
- Host: GitHub
- URL: https://github.com/cavera/cat-facts
- Owner: cavera
- Created: 2023-06-09T23:48:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T15:02:51.000Z (about 3 years ago)
- Last Synced: 2025-05-29T05:55:07.292Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://midu-cat-fact.netlify.app/
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prueba técnica para Juniors y Trainees de React en Live Coding.
## Live site: [midu-cat-fact.netlify.app](https://midu-cat-fact.netlify.app/)
---
APIs:
- Facts Random: https://catfact.ninja/fact
- Imagen random: https://cataas.com/cat/says/hello
- Endpoint: https://cataas.com/cat/gif/says/${firstWord}?color=orange&size=40&json=true
- Recupera un hecho aleatorio de gatos de la primera API
- Recuperar la primera palabra del hecho
- Muestra una imagen de un gato con la primera palabra.