/netflix-clone

Mobile responsive netflix clone built with reactjs, styled - component, react router, firebase and context API for state management 🚀

Primary LanguageTypeScript

Netflix Clone

Table of contents

Overview

Mobile responsive Netflix clone built with ReactJS, styled - component,react router , firebase and context api for state management 🚀

Screenshot

Desktop

Mobile

Links

Built with

  • React Js
  • Styled Component
  • Axios
  • Sass
  • Firebase
  • local state and context api
  • TMDB api

What I learned

//custom hook for firebase auth
//wrapper provider component
const AuthProvider = ({ children }) => {
  const auth = useProvideAuth();
  return <AuthContext.Provider value={auth}>{children}</AuthContext.Provider>;
};

Useful resources

  • React docs - The react js docs is very intuitive and easy to follow along

Author

Acknowledgments

  • ps;; I forgot how to align a div inside a div - got help from stackoverflow