This is a very basic UI clone of the NETFLIX web app using React
and The MovieDB API.
Deployed App 👉 https://abhishek-netflix-clone.vercel.app/ 🚀
🔥 This is a PWA (Progressive Web App
), which can be installed natively on mobile and desktop devices.
netflix-clone.mp4
- Install dependencies: run
yarn install
in root project - Get API key from here
- Create .env file in root project and add:
VITE_TMDB_API_KEY=YOUR_API_KEY_HERE
- Run project in development mode:
yarn dev
- Build project for production:
yarn build
- User can the see upcoming and trending movies. Data updates weekly
- User can click on a movie and a modal should pop up displaying the movie trailer.
- The webpage adapts to any screen size.