A simple movie search application that allows users to search for movies using the OMDB API and displays movie details.
- Users can enter a movie title in the input box and click the "Search" button or press Enter to fetch movie details.
- Movie details, including the movie title and poster image, are displayed on the application interface.
- Graceful handling of edge cases, such as when a movie is not found or the user provides invalid input.
- Obtain an API key from the OMDB API website (https://www.omdbapi.com/). The API key is required to make requests to the OMDB API.
If the movie is not found or the user provides invalid input, the application will display a message indicating that the movie was not found.
HTML, CSS, JavaScript