Git Product home page Git Product logo

proyectofinal's Introduction

Movies and TV Shows Wiki

ReactJs App to browse movies, TV shows, and people from the entertainment industry. You can even watch trailers! All the data is provided by the awesome folks from The Movie Database (TMDB) API.

See it at work here: https://movieandtvwiki.netlify.app/

Features

  1. List popular Movies and Tv Shows. You can also see Top-Rated, Now Airing, and Trending items in each media.
  2. Search Movies and Tv Shows by title.
  3. View details about Movies, including trailer, cast, and similar movies.
  4. View details about Tv Shows including trailer, seasons & episodes, and similar TV shows.
  5. View details about your favorite actor! You can see their biography and movies and TV shows where they appeared.

Home

Home screenshot

Selected Movie

Movie screenshot

Mobile version

Mobile screenshot

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

proyectofinal's People

Contributors

julia-sartirana avatar solzapata avatar telemaca avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

proyectofinal's Issues

Crear el componente CardListPreview

  • Debe tener un título
  • Debe tener un link que lleve a una vista
  • Debe tener una lista de 5 cards
  • Los datos de los puntos anteriores se pasan como props

Crear la página de Search

La vista de Search tiene un montonazo de lógica adentro, pero podríamos empezar con al menos maquetarla y después ir armando otros issues para todo lo que hay que ir haciendo dentro

Hacer LoadingPage

Hacer una LoadingPage para usar mientras cargan los datos; puede ser una general que sirva para las listas principales y otra LoadingSection que sirva para las tres secciones de peli/serie

Simplificar contexto y useEffect

En el contexto hay muchos llamados en muchos useEffect. Quizá podamos encontrar la manera de hacerlo funcional para simplificar

Instalar react-bootstrap

Ayer lo único que llegué a hacer fue instalar esto jaja. Pero en principio lo usaríamos para el modal del video y si podemos, un carousel de cards. si quieren ir ganando tiempo, pueden ir instalándolo así eventualmente no les tira error:
yarn add react-bootstrap bootstrap

Crear el componente Rating

El componente Rating debe mostrar estrellas rellenas, medias o vacías según corresponda al rating de la serie/película. Debe redondear el número. Debe tener la posibilidad o no de mostrar el puntaje al lado de las estrellas

Dar estilos al nav

Insertar los 4 íconos de cada NavLink y dar estilos generales al nav

Crear el componente Paginado

  • Debe aceptar una página máxima, una página actual y un callback para el evento onPageChange
  • El componente debe tener el siguiente comportamiento:
  • Si hay 7 páginas o menos debe mostrarlas todas

[1, 2, 3, 4, 5, 6, 7]

  • Si hay más de 7 páginas, debe mostrar 7 elementos máximos

[1, 2, 3, 4, 5, ..., 10]

  • Si se selecciona hasta un rango de 4 páginas desde atrás o adelante, debe seguirlo mostrando de la siguiente forma: el rango de 5 páginas en el que se esté (inicial o final), puntos suspensivos, y la página extrema contraria

[1, 2, 3, 4, 5, ..., 10]

[1, ..., 6, 7, 8, 9, 10]

  • Si se selecciona más allá de 4 páginas, se debe mostrarlo de la siguiente forma: las dos páginas en los extremos, seguidas de puntos suspensivos, y 3 páginas con la actual en el medio y la previa y la siguiente a los costados

[1, ..., 4, 5, 6, ..., 10]

[1, ..., 5, 6, 7, ..., 10]

  • El paginado tiene que tener también flechas a ambos costados para avanzar o retroceder de página, las cuales tienen que deshabilitarse cuando se llegan a los extremos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.