Flixx is a full-stack movie application built with Vanilla JavaScript. It integrates with the TMDB API, giving users access to trending, upcoming, and popular movies and TV shows.
The app includes search functionality with filters, a trending slider, and detailed pages for each movie or show — complete with overviews, genres, ratings, budgets, revenues, and cast profiles (linked to their TMDB pages).
- 🔍 Search movies and TV shows with filter options
- 📈 Trending slider showcasing popular content
- 🎥 Upcoming movies and shows section
- 🎬 Now Playing & Popular dedicated pages
- 📑 Detailed view with overview, genres, ratings, budget, revenue, and top cast profiles (with TMDB links)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Umairulislam/flixx-movie-app.git cd flixx-movie-app - Open with live server (or simply open index.html in your browser).
This project uses the following environment variables:
API_URL: The base URL for the TMDB API. This should be set tohttps://api.themoviedb.org/3/.API_KEY: Your TMDB API key.
Crafted with care by Engr. Umair Ul Islam
