🎬 Create an application to search for movies. ⚙️ API to use: - https://www.omdbapi.com/ 📢 Get the API Key on the website by registering your email.
- Display an input field to search for the movie and a button to search.
- List the movies and display the title, year, and poster.
- Ensure that the form is functional.
- Implement a responsive grid to display the movies.
- Fetch data from the API.
- Prevent duplicate consecutive searches.
- Implement automatic search while typing.
- Avoid continuous searching while typing (debounce).