Movie Search Application
This is a web application for searching and viewing information about movies, built using React. The main goal of the project is to practice key React concepts such as working with components, client-side routing, asynchronous requests to external APIs, and state management.
The application interacts with The Movie Database (TMDB) public API to retrieve up-to-date movie data, including trends, details, cast, and reviews. The styling is done using the Styled Components library to create encapsulated and dynamic styles.
The application interacts with The Movie Database (TMDB) public API to retrieve up-to-date movie data, including trends, details, cast, and reviews. The styling is done using the Styled Components library to create encapsulated and dynamic styles.