Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheke42/buscador-peliculas
Proyecto en React utilizando la API The Movie DB.
https://github.com/cheke42/buscador-peliculas
api-client css html javascript jsx react
Last synced: 18 days ago
JSON representation
Proyecto en React utilizando la API The Movie DB.
- Host: GitHub
- URL: https://github.com/cheke42/buscador-peliculas
- Owner: cheke42
- Created: 2022-06-28T03:16:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T02:59:32.000Z (9 months ago)
- Last Synced: 2024-11-24T06:13:23.693Z (3 months ago)
- Topics: api-client, css, html, javascript, jsx, react
- Language: JavaScript
- Homepage: https://cheke-movies.netlify.app/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buscador de peliculas 🍿🎞️:
Proyecto realizado para practicar [React](https://react.dev/).
Se utiliza la API de [The Movie DB](https://api.themoviedb.org/3/) para realizar un buscador de peliculas repasando conceptos de react como ser hooks, estados, efectos.
## Instalar dependencias
Para instalar las dependencias ejecturar en la raĂz del proyecto el siguiente comando:
```
npm install
```## EjecuciĂłn de la aplicaciĂłn
Una vez instaladas las dependencias, correr el siguiente comando para visualizar la aplicaciĂłn:
```
npm start
```## Captura de pantalla:
![Alt text](/screenshot.png?raw=true "Captura")