This web app is for people who want to generate a random film to watch in response to a set of 3 filters:
- genre
- release date
- length
Core features:
A responsive web app that uses the The Movie Database(Tmbd) API to find the film data and will use the Giphy API to generate a gif in response to the film title. On the home screen you will find a 'generate' button, this will take you to a new page where a gif and some basic information about the film will be displayed. The basic information about the film will be:
- title
- genres
- release year
To learn about using API's and to create a useful tool for people to find random films.
- using TDD
- using at least 2 API's
- gitIgnore to hide the API key
- more search filters
- search netflix or Amazon for where to buy/watch film. This would include creating a button to link you to a new page.
- Employ a further API to provide a location for watching the film.