Open ericlyn4s opened 11 months ago
AS a developer, I want a script.js file with the TVDb API, SO that I can integrate its data into the application
GIVEN the script.js
WHEN I view the code THEN I see the TVDb API saved to a variable
WHEN I view the code THEN I see a fetch request
WHEN I view the code THEN I see genre options as inputs
WHEN I view the code THEN I see functions written that will return suggested TV shows
WHEN I view the code THEN I see sections where it is outputting the data to HTML elements
User Story
AS a developer, I want a script.js file with the TVDb API, SO that I can integrate its data into the application
Acceptance Criteria
GIVEN the script.js
WHEN I view the code THEN I see the TVDb API saved to a variable
WHEN I view the code THEN I see a fetch request
WHEN I view the code THEN I see genre options as inputs
WHEN I view the code THEN I see functions written that will return suggested TV shows
WHEN I view the code THEN I see sections where it is outputting the data to HTML elements