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 Questions | 10 |
|---|---|
| Current score | 0 |
| Questions remaining | 10 |
1: In which book series does 'Hermione Granger' appear?
{
"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
}