Flixx is a movie and TV show discovery app built using HTML, CSS, and JavaScript. It integrates with the TMDB API to fetch and display trending movies, popular TV shows, detailed media pages, and a real-time search feature all with a responsive UI and dynamic routing.
![]() |
![]() |
- Browse trending movies and TV shows
- Swiper-powered "Now Playing" slider (currently in theaters)
- Detailed pages with overviews, ratings, genres, and release dates
- Full featured search with pagination
- Responsive design optimized for all screen sizes
- HTML5 – Semantic and accessible markup
- CSS3 – Responsive and modern styling
- JavaScript (Vanilla) – App logic and dynamic content rendering
- TMDB API - Open-source API for movie and TV data
- Swiper.js - Modern carousel library for the slider
git clone https://github.com/SumitDesai-21/flixx-app.git
cd flixx-app - Visit TMDB API Settings
- Create an account and generate a new API key.
Open myscript.js file and Add your API key.
const global = {
currentPage: window.location.pathname,
search: {
term: "",
type: "",
page: 1,
totalPages: 1,
totalResults: 0,
},
api: {
// Add Your API Key Here.
apiKey: "",
apiUrl: "https://api.themoviedb.org/3/",
},
};
You can open index.html in your browser or use a local server (like Live Server in VS Code).
- LinkedIn: Sumit Desai
- GitHub: Sumit Desai
Happy Coding! ❤️



