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: What is Parasitology the study of?

Question JSON
{
  "category": "Science",
  "id": "622a1c377cc59eab6f9504c4",
  "correctAnswer": "parasites",
  "incorrectAnswers": [
    "crime",
    "nutrition",
    "the signification and application of words"
  ],
  "question": "What is Parasitology the study of?",
  "tags": [
    "words",
    "science"
  ],
  "type": "Multiple Choice",
  "difficulty": "easy",
  "regions": [],
  "isNiche": false
}