You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Movie search directory to find movies by name or genre along with a description and where to stream.
When a user opens the page, they will have the option to search by movie title or genre.
When user searches by movie title, they will be presented with the movie poster, description, rotten tomatoes score, year the movie was released, and a button to see where to stream the movie.
When a user clicks the search by genre button, they will be presented with a modal to pick which genre they would like to search by.
Once a genre is selected, a list of movies with the movie poster, description, rotten tomatoes score, year the movie was released, and a button to see where to stream the movie.
All past searches are saved to localStorage for user to go back to and are saved if page is closed.
Tasks completed
Use of bootstrap for styling page.
Includes two server-side APIs.
Uses a modal when searching by genre.
Past searches are saved to localStorage to revist and will be saved if page is closed.
Interactive page that will accept and respond to user input.