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: With which sport is Lewis Hamilton associated?

Question JSON
{
  "category": "Sport & Leisure",
  "id": "622a1c347cc59eab6f94f860",
  "correctAnswer": "Motor racing",
  "incorrectAnswers": [
    "Basketball",
    "Baseball",
    "Swimming"
  ],
  "question": "With which sport is Lewis Hamilton associated?",
  "tags": [
    "people",
    "general_knowledge",
    "sport"
  ],
  "type": "Multiple Choice",
  "difficulty": "medium",
  "regions": [],
  "isNiche": false
}