This project is currently beeing developed during my free time. The idea is simply to create a Quizz about various stuff in the tech world. This quizz is developed using the Js's framework Vue in order to learn about it's specialities using an external API.
The API being use here is Quizapi. Quizapi allow me the request Question(s) / Response(s) from their DB
V-model : used to get dynamic update. Watch : use v-model to check whenever there is an update. Refs : use to update dynamicaly the DOM.
Axios : fetching data from the API.
npm install
npm run serve
npm run build
npm run lint