-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Description: Build a movie search tool that allows users to search for information about movies (like title, release year, genre, and ratings) using an external API.
Features:
- Search bar where users can type the name of a movie.
- Display search results with details like movie title, release year, genre, plot summary, and ratings.
- Display the movie poster alongside the details (optional).
- Optional: Allow users to click on a movie to get more detailed information, like cast, director, and trailers.
Skills:
- HTML for the search input and results display.
- JavaScript for handling user input, making API requests, and displaying the results.
- API integration (e.g., OMDB API, The Movie Database API) to fetch movie information.
- DOM manipulation to dynamically render the search results on the page.