Devabubakar / netflix-clone

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

Home Page:https://flixnet-live.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://flixnet-live.herokuapp.com/


Languages

Language:TypeScript 89.1%Language:HTML 4.9%Language:CSS 4.5%Language:JavaScript 1.4%