Create a quiz using Vue.js

quiz made with vue.js

Learn how to create a simple quiz using Vue.js. The user will be able to choose an answer from a total of possible answers and in the end see the quiz results, displaying the score, how many right or wrong. Additionally the quiz could end if the user picks a wrong answer. You can try try it here and see the guide here.

Download the code on GitHub.