A Netflix-inspired web application built using React, featuring real-time movie data fetched from the TMDB API, user authentication with Firebase, and a modern responsive UI styled using Tailwind CSS.
- React
- JavaScript (ES6+)
- TMDB API
- Firebase Authentication
- Tailwind CSS
- HTML5
- Browse trending, popular, and top-rated movies
- Dynamic movie rows with posters and details
- Real-time data fetched from TMDB API
- User authentication using Firebase (Login / Logout)
- Responsive Netflix-style UI
- Clean component-based architecture
- Environment variable support for API keys
- TMDB API is used to fetch movie data such as:
- Trending movies
- Popular movies
- Top-rated movies
- Firebase Authentication handles:
- User login
- User logout
- Session management