Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 885 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 885 Bytes

Movie-Buff-App

An app which renders the movies-info using the TMDB API with a simple UI & filters.

Project Specifications:

  • The initial landing-page view renders the movies fetched from the TMDB API in a popularity-based sorted-manner.
  • The search form renders the corresponding movies along with the elements.
  • The rating is color-coordinated according the range through javascript function.
  • The movies can be filtered according to the genres and can be reset by clicking the clicked genre again.
  • If no movies are found related to the selected genre, a message is displayed.
  • If the movie-image is not fetched from the API an alternative image is rendered.
  • Clear and Know More features have been implemented for a smooth user experience.
  • Pagination and Carousel features have also been implemented to render the trailer vedios fetched from YouTube.