Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.71 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.71 KB

Welcome to Viva Cinema app

Live Demo

🎟 Description:

A film nomination web app for movie lovers allowing them to search for their favorite movies, select and add the top 5 titles, and submit their nomination list.

🎟 About The Project:

Challenge Statement:

We need a webpage that can search OMDB for movies, and allow the user to save their favourite films they feel should be up for nomination. When they've selected 5 nominees they should be notified they're finished.

We'd like a simple to use interface that makes it easy to:

  • Search OMDB and display the results (movies only)
  • Add a movie from the search results to our nomination list
  • View the list of films already nominated
  • Remove a nominee from the nomination list

Technical requirements:

  1. Search results should come from OMDB's API (free API key: http://www.omdbapi.com/apikey.aspx).
  2. Each search result should list at least its title, year of release and a button to nominate that film.
  3. Updates to the search terms should update the result list
  4. Movies in search results can be added and removed from the nomination list.
  5. If a search result has already been nominated, disable its nominate button.
  6. Display a banner when the user has 5 nominations.

🎟 Functionality:

  • Search any film title you have in mind and get the right titles on the result list.
  • Add ones you like most to the nomination list.
  • Once the list gets filled with 5 films, a message pops up showing your selected titles.
  • Either submit the list or edit it in case you've changed your mind.
  • You can come back to your submitted list whenever you want unless you delete the list and start over.