The deployed website: https://gmillare4.github.io/The-Nominees/
The Nominees is a website that allows you to search OMDB for movies and allows you to nominate your favorite ones.
The Nominees is made using:
React is used to create the responsive user interface.
Reactstrap is used to easily implement aesthetic components in React.
The OMDb API is the open movie database used to fetch movie data.
GitHub Pages is used to deploy this website.
Features:
- You can search movie titles in the search bar which updates the results list
- Movies in search results can be added and removed from the nominations list
- If a search result has already been nominated, it's nomination button is greyed out and disabled
- A banner is displayed when a user as 5 nominations
- Error handling
- An error message will be displayed on API error, EX: "Too many results."
- Loading animation for search results
- Pagination for search results