A simple quiz application built with Vue.js where a user gets to select the category of questions he wishes to answer, as well as the difficulty and number of questions to answer. Take the quiz, and at the end, the user is shown the result of the quiz.
npm install
npm run serve
npm run build
npm run test
npm run lint