Enter the code displayed on your TV below:
Enter the code displayed on your TV below:
What is Chromecast?
Chromecast is a media screening device by Google that enables you to cast your favourite entertainment from your phone or tablet straight to your TV. It is now supported in your room so that you can enjoy your own content on this TV.
How to cast
Just tap the Cast button from a cast enabled app on your phone or tablet to send shows/movies/music/games to your TV.
// Function to filter movies function filterMovies() let filtered = moviesData; // Apply year/genre filter if (currentFilter !== "all") currentFilter === "2023") filtered = filtered.filter(movie => movie.year.toString() === currentFilter); else filtered = filtered.filter(movie => movie.genre.some(g => g.toLowerCase() === currentFilter.toLowerCase()) ); // Apply search filter if (currentSearch) return filtered;
.movie-rating display: flex; align-items: center; gap: 5px; margin-top: 10px; new malayalam movies list
.filter-btn padding: 10px 25px; border: none; background: #f0f0f0; border-radius: 25px; cursor: pointer; font-size: 1em; transition: all 0.3s ease; font-weight: 500; // Function to filter movies function filterMovies() let