/

Netflix Clone

Next Js/ Tailwind / Firebase

Overview

This app was built using Next Js and hosted using Vercel. Users are able to sign in and/or sign up which are authenticated using Firebase. On logging in, users can then choose a subscription plan which will then direct them to a stripe payment platform (test mode). After payment using a stripe test card they will be redirected to the home page which displays movies fetched using APIs and on clicking this movies, a modal will be displayed showing the trailer of the respective movie. Subscriptions can also be cancelled. Customers and products are handled using firebase. TypeScript was used to protect the platform from errors caused by undefined values. Please use this card number to test the app - 4242424242424242 and any date and cvc will work.

Technologies

Next Js

Tailwind CSS

Material UI

Recoil

TypeScript

Firebase

Stripe

Back