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.
- 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)