Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.42 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.42 KB

Netflix Clone Readme


Overview

This project is a Netflix clone built using React+Vite, React Router DOM, Lucide Icons, Tailwind CSS, and APIs from TMDB and IMDb. It aims to replicate the functionalities of Netflix, allowing users to search for movies, view movie details, and enjoy a responsive design for seamless usage across various devices.

NOTE: IN SOME CASE MIGHT NEED TO USE VPN TO ACCESS TMDB

Tech Stack

  • React.js: JavaScript library for building user interfaces.
  • React Router DOM: Declarative routing for React applications, enabling navigation within the app.
  • Lucide Icons: Open-source icon set for easy integration of icons into the application.
  • Tailwind CSS: Utility-first CSS framework for creating custom designs quickly.
  • TMDB API: The Movie Database API provides access to a vast collection of movie data, including details, images, and more.
  • IMDb API: The Internet Movie Database API allows access to IMDb's extensive database of movies, TV shows, actors, and more.

Features

  1. Search Functionality: Users can search for movies using keywords or titles.
  2. Responsive Design: The application is designed to be responsive, ensuring a seamless experience across various devices and screen sizes.
  3. View Movie Details: Users can view detailed information about movies, including synopsis, ratings, cast, and more.