- Introduction
- Link to website demo
- Tech Stack
- Prerequisites
- Installation
- Running the application
- APIs
Introducing the ultimate entertainment experience - a sleek and modern Netflix clone built using the latest technology. With a responsive fullstack design powered by Firebase, React framework Next.js and the TMDB REST API, this application offers a seamless browsing and streaming experience. In addition to streaming, you can also watch trailers, play videos, and add your favourites to a personal watchlist.
Authentication is made easy with Firebase, allowing you to securely access your account and personalize your experience. Styled using TailwindCSS, the interface is intuitive and easy on the eyes, making it a joy to browse through the vast collection of movies and TV shows.
But that's not all - the application also allows you to subscribe to monthly plans using Stripe, giving you access to even more content. And if you ever need to, you can easily cancel or change your subscription at any time.
Install the following prerequisites:
Connect your firebase, stripe and TMDB and add the API KEYs in the .env file
From the root directory run:
npm install
After supplying the API keys in the .env file, all you need to do is run the frontend:
cd frontend
npm run dev