Trivia API Vue Starter

This site shows how to use The Trivia API to build a basic quiz web app using Vue. The code is public and can be seen on its Github repo.

Total Questions10
Current score0
Questions remaining10

1: Who won the 2012 Academy Award for Best Leading Actor for playing the role of Abraham Lincoln in Lincoln?

Question JSON
             {
  "category": "Film & TV",
  "id": "622a1c347cc59eab6f94fac6",
  "correctAnswer": "Daniel Day-Lewis",
  "incorrectAnswers": [
    "Bradley Cooper",
    "Hugh Jackman",
    "Joaquin Phoenix"
  ],
  "question": "Who won the 2012 Academy Award for Best Leading Actor for playing the role of Abraham Lincoln in Lincoln?",
  "tags": [
    "acting",
    "film",
    "academy_awards",
    "film_and_tv"
  ],
  "type": "Multiple Choice",
  "difficulty": "hard",
  "regions": [],
  "isNiche": false
}