A React-based OTT application providing the latest movies and TV shows.
- Latest Content: Browse through the latest movies and TV shows, with data fetched dynamically from The Movie Database (TMDB) API.
- User-Friendly Interface:
- Sleek and attractive UI for seamless navigation.
- Built with React and styled using modern UI libraries.
- Performance Optimizations:
- Lazy Loading: Ensures faster load times by loading content only when needed.
- Debouncing: Optimized search functionality to reduce API calls and enhance user experience.
- State Management:
- Efficiently manages application state using React Redux.
- Frontend: React, React Router, Material-UI (MUI)
- State Management: React Redux
- Data Fetching: TMDB API
- Performance: Lazy Loading, Debouncing