Vue Trivia App is a simple game application built with Vue.js. It contains questions and answeres provided by Trivia API. The question types are multiple choice questions and true/false questions. When all questions have been aswered result page will be presented. It contains all the questions, correct answers, user's answers and total score.
Clone the VueTriviaApp repo, install Node.js and follow the steps:
npm install
npm run serve
npm run build
npm run lint