Embark on your journey to become a React.js maestro by building your very own Netflix clone! Introducing "Streamflix," a beginner-friendly project that will not only hone your React.js skills but also give you a taste of real-world web development.
If after logging in if the series and movies carousel doesn't show up then it means that your local ISP provider has blocked access to this resource. The same thing has happend to me if you are also facing this issue use a vpn to access the data or preferably just change the DNS records as VPN tend to be slower to work with.
1. Login functionality with firebase.
2. Authentication persistance with firebase.
3. UI building with React and styling with styled-components.
4. Movies, Tv-series, etc. data from TMDB API.
5. Fetching Data with React Query.
6. Routing with React Router.
1. Not all pages present. You are free to add more routable pages in the application.
Install my-project with npm
cd streamflix
npm install
Run the Client Server
npm run dev
This is not a Full fledged MERN application. I have just limited it to the frontend part but I do have plans to upgrade it in the near future, so stay tuned for that.