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: Which Irish rock band released the studio album 'Boy'?

Question JSON
{
  "category": "Music",
  "id": "622a1c397cc59eab6f950c81",
  "correctAnswer": "U2",
  "incorrectAnswers": [
    "Public Image Ltd.",
    "The Script",
    "The Cure"
  ],
  "question": "Which Irish rock band released the studio album 'Boy'?",
  "tags": [
    "music"
  ],
  "type": "Multiple Choice",
  "difficulty": "hard",
  "regions": [],
  "isNiche": false
}