neophyte-programmer / netflix-clone

Netflix clone built with ReactJS and authenticated with Firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix Clone

This is a netflix clone project. It has multiple pages which are linked together including the homepage, login, signup, profile, watchlist, and search.

How To Use

  • You can clone the repo, install the dependencies, and run your localhost.
  • You can also head over to the live site to see the app.
  • Create and account by going to the signup page.
  • When you are logged in, you will be taken to the browse page to see the movies.

Technologies Used

What I learned

  • Custom hooks
  • Authentication
  • Compound components
  • useEffect, useState, useContext
  • Routing
  • Git Commmit Conventions
  • Effective debugging
  • State Management

Notes to remember

  • ...restProps is used to to pass props to the component and its children.

Resources Used

Demo

I am current having issues with deployments so a live version of the app is not available yet

How it looks

About

Netflix clone built with ReactJS and authenticated with Firebase.


Languages

Language:JavaScript 99.7%Language:HTML 0.3%