MS
Day 8: Movie Search App
Search movies using the OMDb API. Built with async/await and fetch.
How it works (short)
JS calls OMDb search endpoint with query and optional filters. Responses include up to 10 results per page; use the `page` parameter to paginate. Replace `YOUR_OMDB_API_KEY` in `script.js` with your key from the OMDb site. See the OMDb docs for full parameter list. :contentReference[oaicite:3]{index=3}