Skip to content

Netflix clone using React JS, Firebase and React Material UI

Notifications You must be signed in to change notification settings

shishirchulliyil/netflix-clone-app

Repository files navigation

Netflix Clone

This project is a simplified front end clone of Netflix. It was created with React and CSS (Flexbox). It uses The MovieDB Api to search for movies and display details. Feel free to contribute!

Tools used:

  • Axios
  • React Hooks
  • CSS Flexbox
  • TMDB API

Runing Project Locally

  • Install dependencies: run npm install in root project
  • Get API key from here
  • Create .env file in root project and add: REACT_APP_API_KEY=YOUR_API_KEY_HERE
  • Run project: npm run dev

User Stories:

  • User can check latest Netflix movies and TV show details fetched from TMDb
  • User can the see upcoming and trending movies. Data updates weekly
  • User can click on Netflix Originals and a modal should pop up below to show the trailer. It uses a MovieTrailer API to search for avaiable trailer of selected show.
  • The webpage adapts to any screen size.

Video Walktrough

About

Netflix clone using React JS, Firebase and React Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published