jadeli1720 / netflix-clone

An iterative Netflix clone project that uses React, Firebase for authentication, React bootstrap and React Icons

Home Page:https://flickfinder-jadeli1720.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

React SASS Firebase The Movie Databse

Repo Maintained Badge Number of times this repo has been starred badge Last commit badge

VIEW DEMO

NOTE: Because this app looks identical to the web browser version of Netflix (at the time of publishing), Google has tagged it as a Dangerous/Deceptive site. I have tried to remedy this issue by putting at the top of the page the TMDB Logo and a clear label stating that this is not the Netflix app, however, this has not removed the warning. Please know that this is the only reason for the warning and nothing else. I have plans to completely rebuild and rebrand this app in the future, but until then, please check out the demo link above; or the gifs below to view it. Thanks for visiting!


๐Ÿ“œ Table of Contents

โœจ About the Project

An iterative Netflix clone project that uses React, Firebase for authentication, the tmdb logo API, React bootstrap and other libraries

๐Ÿ“ธ Screenshots

๐ŸŽž๏ธ Features

๐Ÿ“ฆ Current
  • Homepage with GIF's and a FAQ accordion
  • User Authentication and account creation supported by Firebase
  • Profile page
  • The Browser page contains a banner that shows a randomly selected trailer that loops and can be un-muted by the user. If a trailer is not provided, then a poster image takes its place
  • Carousel row of movies/tv-shows sorted by various categories and genres
  • A User can click on a particular movie/tv-show and a feature modal displays the media's details including a trailer
  • Feature modal also includes a list of recommended movies/tv-shows that are similar to the selection
๐Ÿ”ฎ Future
  • Search Bar functionality
  • Refactor codebase with Redux or Context to handle state.
  • Allow a new modal to pop up when user clicks on one of the recommended movies/tv shows in the Feature Modal
  • Add better error handling
  • Add tests
  • Lighthouse testing and improvements
  • Accessibility improvements
  • Payment implementation (stripe)
  • Full profile page that allows user to change Avatar picture
  • Redesign and Rebuild
  • Build a backend to handle all data coming from TMDB

๐Ÿ“š Tech Stack

๐Ÿ–ฅ๏ธ Front End
๐Ÿ—๏ธ API and Authentication

๐Ÿ› ๏ธ Getting Started

๐ŸŒ  Prerequisites

๐Ÿ”ฅ Firebase

  • A Firebase account and project will need to be created in order to use the Authentication setup currently available in the project.
  • If you are unfamiliar with Firebase, I used the following tutorial from Karl Hadwen to set up the account and authentication database for this app.
  • Or you can follow their provided documentation here

๐ŸŽฅ The Movie Database API

๐Ÿ” Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_TMDB_APIKEY=value
REACT_APP_FIREBASE_UUID=value
REACT_APP_FIREBASE_APIKEY=value
REACT_APP_FIREBASE_AUTHDOMAIN=value
REACT_APP_FIREBASE_PROJECTID=value
REACT_APP_FIREBASE_STORAGEBUCKET=value
REACT_APP_FIREBASE_MESSSENDID=value
REACT_APP_FIREBASE_APPID=value

๐Ÿƒโ€โ™€๏ธ Run Locally

โŒจ๏ธ Clone

git clone https://github.com/jadeli1720/netflix-clone

๐Ÿ’ฟ CD into Project

cd netflix-clone

๐Ÿ’ฝ Install Dependencies

npm install
#or
yarn install

โœ… Start App

npm start

๐Ÿ‘“ Open http://localhost:3000 to view the project in the browser.

Licenses

MIT

About

An iterative Netflix clone project that uses React, Firebase for authentication, React bootstrap and React Icons

https://flickfinder-jadeli1720.vercel.app/


Languages

Language:JavaScript 58.5%Language:SCSS 40.8%Language:HTML 0.7%