project / 2024 / Front End Developer
Movie Landing Page
This Movie Landing Page leverages the TMDB API and display the a list of movies and tv shows. Users can browse through the lists and sections, view detailed information about each media and enjoy a smooth and responsive user experience.



overview
This Movie Landing Page leverages the TMDB API and display the a list of movies and tv shows. Users can browse through the lists and sections, view detailed information about each media and enjoy a smooth and responsive user experience.
features
Dynamic Movie and TV Show List
Fetch and display a slider list of movies and tv shows from the Movie Database API.
Detailed View
Click on a movie to view more detailed information including release date, ratings, and reviews.
State Management
Utilizes Context API for managing application state.
API Integration
Efficient handling of API requests to dynamically load movie data.
challenges
One of the challenges I faced while developing this website was handling the API calls with the <a href='https://www.themoviedb.org/'>TMDB API</a>, besides the use of State Management with React's Context API to dynamically change the current section being shown with sidebar or when calling each media card.