Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 914 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 914 Bytes

Film Database Search

Application MVP

A personal project that allows you to search through a database using film title keywords. Click on a specific film to find out more about it. You can also find a link to IMDb for most films.

Project Tasklist

  • Add API endpoints
  • Create all components
  • Add search functionality
  • Add movie selection functionality
  • Add Next and Previous Buttons
  • Add functionality for edge cases:
    • If no more movies in list, remove "Next" button
    • If no movies found in search, display error message
  • Add functionality for edge cases:
    • If no more movies in list, remove "Next" button
    • If no movies found in search, display error message
  • Add responsive styling
  • Verify mobile accessiblity

LIVE DEMO: https://film-info-search.netlify.com/

API provided by http://www.omdbapi.com/ (The Open Movie Database)