Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelou20/react-film-finder
https://github.com/angelou20/react-film-finder
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelou20/react-film-finder
- Owner: AngelOU20
- Created: 2023-11-22T04:27:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-26T23:52:57.000Z (12 months ago)
- Last Synced: 2023-11-27T20:29:29.914Z (12 months ago)
- Language: TypeScript
- Size: 599 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 API
### Primera 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)