Using information from The Movie Database API, create a collaborative game where trivia about a movie (movie name, performers, genre, year produced, etc) is provided as a hint, and the user must guess the correct answer based on a list of possible answers. The user has ‘X’ seconds to answer. Click an answer to confirm your guess. If your guess is correct, then you will be rewarded with a link to play the movie trailer. Additional correct guesses will display a badge with the number of correct guesses. An incorrect guess will clear the badge and reset the game. The game can be played with one or more players at a time in person or using a screen share service like Zoom.
The purpose of this ticket was to make a feature that will make the game more dynamic for the user by allowing the user to pick the genre of the trivia they will be playing.
Approach
The approach that me and Albert had of completing this project was to first get the picker down within the modal and figure out a way to get an array of the genres and import them within the picker that was located in SettingsModal.js
Learning
As we were writing the code to this ticket we didn't have the need of looking anything up but during this project albert taught me a few more very useful keyboard shortcuts and he helped me understand redux a little more as well.
Changes
Purpose
The purpose of this ticket was to make a feature that will make the game more dynamic for the user by allowing the user to pick the genre of the trivia they will be playing.
Approach
The approach that me and Albert had of completing this project was to first get the picker down within the modal and figure out a way to get an array of the genres and import them within the picker that was located in SettingsModal.js
Learning
As we were writing the code to this ticket we didn't have the need of looking anything up but during this project albert taught me a few more very useful keyboard shortcuts and he helped me understand redux a little more as well.
Closes #23