Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adan-rodriguez/react-buscador-peliculas
https://github.com/adan-rodriguez/react-buscador-peliculas
debounce usecallback usememo useref
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adan-rodriguez/react-buscador-peliculas
- Owner: adan-rodriguez
- Created: 2023-02-15T03:40:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T19:02:19.000Z (9 months ago)
- Last Synced: 2024-03-18T20:50:39.852Z (9 months ago)
- Topics: debounce, usecallback, usememo, useref
- Language: JavaScript
- Homepage: https://buscador-peliculas-adan-rodriguez.vercel.app/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Enunciado
Crea una aplicación para buscar películas
API a usar: - https://www.omdbapi.com/
Consigue la API Key en la propia página web registrando tu email.Requerimientos:
✅ Necesita mostrar un input para buscar la película y un botón para buscar.
✅ Lista las películas y muestra el título, año y poster.
✅ Que el formulario funcione
✅ Haz que las películas se muestren en un grid responsive.
✅ Hacer el fetching de datos a la APIPrimera iteración:
✅ Evitar que se haga la misma búsqueda dos veces seguidas.
✅ Haz que la búsqueda se haga automáticamente al escribir.
✅ Evita que se haga la búsqueda continuamente al escribir (debounce)