Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.04 KB

Netflix Clone

A compact web application to browse Movies and TV shows and even watch their trailers. This includes Stripe Payment Processing and Firebase Authentication. API provided by themoviedb.org.

FEATURES

  • Random movies in the banner upon each refresh
  • Carousel of movies and tv shows coming from the TMDB API
  • Click any movie/show and then click the play button from the banner to watch its trailer
  • Sign up and sign in via email
  • Subscription system to Netflix plans
  • Firebase Authentication & hosting, Stripe payment gateway system

KEY TECHNOLOGY

  • React
  • Redux
  • Firebase
  • ExpressJS
  • MongoDB
  • Bootstrap5
  • Axios
  • Stripe

API

LIVE SITE: Netflix Clone

Server Repository: Netflix Clone Server