React web application to randomly select a movie director from a list.
The web app is running live here: https://creua-movie-sessions.netlify.app/
- The list of directors is fetched from a Google spreadsheed
- The history of previously selected directors is stored in Firebase
- The app randomly selects a director from the list, excluding directors from the same country as the last director selected
- Details and filmography of the selected director are fetched from TMDB API