The Movie Application is a web application that allows users to search for movies, view movie details, and explore information about various films. Here's an overview of its functionality:
-
Search Movies:
Users can enter search queries to find movies by title or keywords. The application connects to an external API to fetch a list of matching movies and displays them on the homepage.
-
View Movie Details:
Users can click on a movie from the search results to access its detailed information. This includes the movie's title, year of release, actors, writers, plot, and IMDb rating.
Frontend: React.js + Vanilla CSS + SCSS
API Integration: TMDB API for movie data