/Netflix-Clone

Netflix Clone built using HTML, CSS, and JavaScript, replicating the Netflix UI. Features dynamic movie rows, a responsive banner, and integration with TMDB API to fetch and display trending content, originals, and genres like action, comedy, and more. Fully responsive design with smooth scrolling and hover effects for an immersive user experience.

Primary LanguageJavaScript

##CHECKOUT THE OUTPUT HERE: https://vaishnavibilla07.github.io/Netflix-Clone/

Screenshot 2024-08-10 at 4 26 17 PM Screenshot 2024-08-10 at 4 28 02 PM Screenshot 2024-08-10 at 4 30 32 PM

Netflix Clone

A Netflix Clone project built using HTML, CSS, and JavaScript. This project replicates the user interface of Netflix, including dynamic movie rows, a responsive banner, and integration with the TMDB (The Movie Database) API to fetch and display trending content, originals, and various genres like action, comedy, horror, and more.

Features

  • Responsive Design: The UI is fully responsive, adapting seamlessly to different screen sizes.
  • Dynamic Banner: Displays a random Netflix Original with a background image, title, and description, fetched from the TMDB API.
  • Movie Rows: Displays rows of movies for different genres, such as Action, Comedy, Horror, etc., with hover effects that enlarge the movie posters.
  • Smooth Scrolling: Custom scrollbars and smooth horizontal scrolling for movie rows.
  • API Integration: Fetches data from TMDB API to display real-time movie information.

Technologies Used

  • HTML: Markup structure of the application.
  • CSS: Styling and layout, including Netflix-style components.
  • JavaScript: Dynamic data fetching and UI interactions.
  • TMDB API: Retrieves movie data for trending content, Netflix Originals, and other genres.