This is a netflix clone project. It has multiple pages which are linked together including the homepage, login, signup, profile, watchlist, and search.
- 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.
- React
- React Router
- Firebase
- FuseJS
- Normalize.css
- Custom hooks
- Authentication
- Compound components
useEffect
,useState
,useContext
- Routing
- Git Commmit Conventions
- Effective debugging
- State Management
...restProps
is used to to pass props to the component and its children.
I am current having issues with deployments so a live version of the app is not available yet