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 Instrument Measures Atmospheric Pressure?

Question JSON
{
  "category": "Science",
  "id": "623388230161109f922aac6a",
  "correctAnswer": "A Barometer ",
  "incorrectAnswers": [
    "A Hydrometer",
    "A Meterometer",
    "An Atmoseter"
  ],
  "question": "Which Instrument Measures Atmospheric Pressure?",
  "tags": [
    "general_knowledge",
    "science"
  ],
  "type": "Multiple Choice",
  "difficulty": "medium",
  "regions": [],
  "isNiche": false
}