Skip to content

WekesaKelvin/Netflix-Clone-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

A sleek and fully responsive Netflix Clone built with React, mimicking the user interface and experience of the official Netflix app. This project integrates the TMDB API to dynamically fetch and display movie data.

Features

  • Dynamic movie categories (Trending, Top Rated, Action, etc.)
  • Banner section with featured movie
  • Movie posters & trailers
  • Hover effects with info preview
  • Fully responsive design
  • Optional Firebase Authentication (Login/Signup)
  • Built using React functional components and hooks

Tech Stack

  • React
  • Axios
  • TMDB API
  • React Router DOM
  • Firebase (optional)
  • SCSS / Styled Components

Installation

  1. Clone the repository
git clone https://github.com/your-username/netflix-clone-react.git
cd netflix-clone-

Install dependencies

npm install
# or
yarn install

Create a .env file in the root folder and add your TMDB API key

env
Copy
Edit

REACT_APP_TMDB_API_KEY=your_tmdb_api_key_here

Start the development server

npm start
# or
yarn start

About

Netflix clone app using react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors