Use the Open Movie Database API to build a single-page movie browser app.
-
The
"#movie-select"
should be hidden by default. -
When the user may submits a search for a movie keyword...
- the
"#movie-select"
field should be un-hidden, - it should be populated with all search results,
- and the first select option should read "Movies matching
keyword
…".
- Whenever the user selects a title from the
#movie-select
field (HINT: listen for a"change"
event), the app should populate the"#movie-detail"
div with that movie's title and poster image.