This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This project is a web application aiming to replicate the core functionalities and user interface of Netflix.
The Netflix clone project has been deployed using Firebase Hosting and is accessible at the following URL:
- HTML, JavaScript
- React.js
- Firebase for authentication, database and deployment
- Tailwind CSS
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd netflix-clone
- Install dependencies:
npm install
- Start the development server:
npm start
This project uses data from The Movie Database (TMDb) to retrieve movie information, including titles, descriptions, images, and other details. We greatly appreciate their service for enabling us to populate the content for this Netflix clone application.