Trivia API React Starter

This site shows how to use The Trivia API to build a basic quiz web app using React. The code is public and can be seen on its Github repo.

Total Questions10
Current score0
Questions remaining10

1: In which book series does 'Hermione Granger' appear?

Question JSON
{
  "category": "Arts & Literature",
  "id": "622a1c3a7cc59eab6f9513a2",
  "correctAnswer": "Harry Potter",
  "incorrectAnswers": [
    "Goosebumps",
    "Percy Jackson & the Olympians",
    "Twilight"
  ],
  "question": "In which book series does 'Hermione Granger' appear?",
  "tags": [
    "arts_and_literature",
    "literature",
    "young_adult",
    "fictitious_characters"
  ],
  "type": "Multiple Choice",
  "difficulty": "easy",
  "regions": [],
  "isNiche": false
}