API: - https://www.omdbapi.com/ Get an API Key on the website itself by registering your email.
Requirements:
✅ An input is needed to enter a movie title as well as a search button.
✅ The movies will be displayed as well as the title, year and poster.
✅ Show the movies in a responsive grid.
✅ Fetch data to the API.
First iteration:
✅ Avoid doing the same search twice.
✅ Make the search happen automatically when you type.
✅ Prevent searching continuously when typing (debounce)