Mariana Tek is hosting a series of events calledThe Movies@Mariana Tek this summer for camaraderie purposes. We want to be as democratic as possible, so each night we will have 3 choices that we can vote on. We need to create a small application where everyone can view the movies on the schedule, separated by date. These movies should be in a list with the following information:
- Title
- Poster
- Genre(s)
- Rating
- Year Release
- Metacritic Rating
- Runtime
There should be one filter and one search. The filter should be by Genre. It should be a dropdown list, populated with all genres of movies currently in our list and it should hide all movies that do not match the selected genre when clicked. Bonus points if it allows for multiple selections.
The search should be by Title. It's should be a text input that, with each character, shows each movie that matches the current string and hides each movie that doesn't.