Skip to content

lethang7794/movie-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderSchool FTW - MOVIE BROWSER

Netlify Status

Created with love by: Thang

View online at: https://lqt-movie-browser.netlify.app/

Summary: This is a clone of IMDB built with React using the public The Movie Database (TMDb) API.

User Stories

The following required functionalities are completed:

  • The user can see the top 20 "Currently Playing" movies on a page.
  • For each movie, the user can see the Movie Title, Year, Rating, and Poster.
  • The user can see this information clearly on devices of various screen sizes.
  • The user can see "more" movies by tapping a "See More" button at the bottom.
  • Pagination: Replace the "See More" with a page control, with a previous and next Button at the end. Click it will move user to the next 20 (or previous 20) movies. Remember at first load, the Previous button should be disabled.
  • For each movie, include a link (movie/id) to display the full Movie Info on another page (URL). Use React Router for this.

The following optional features are implemented:

  • 🚀 The user can enter a term into a search box to filter the currently loaded movies by search term. E.g.: the user can type "mar" and the results are reduced to show "Captain Marvel".
  • 🚀 The user can change the "source" from "Currently Playing" movies to "Top Rated" movies (or any other of the endpoints supplied by MovieDB).
  • 🚀 Sort by Rating and Popularity (from Lowest to Highest and Vice Versa)
  • 🚀 Have Year, Rating as a slider. Change the display dynamically when the slider is changed. You could use React Input Range package for this task.

The following additional features are implemented:

  • 🚀🚀🚀 This awesome README.md
  • Make the path for a movie friendly (contains both the movie id and title)

License

Copyright [2021] [Le Quang Thang]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.