screen shot of netflix clone website

Netflix Clone

React JS / Tailwind / Firebase

Full-Stack Project

Overview

I built this application in React JS with TailwindCSS and is hosted on GitHub pages. This app uses the IMDB API to pull movie data and displays it in a similar UI to the Netflix homepage. You can create your account and login using your email with Firebase authentication as well as the Firestore cloud storage database for saved movies in your list. The useContext hook is also being implemented for app-wide state management.

Technologies

React

Tailwind

Javascript

Firebase

IMDB API

Back