Skip to content

Scorni/Scorni-USBEatersQuizz

Repository files navigation

Welcome On The Quizz For USB eaters!

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.

LINK

Link to the app

API

The API being use here is Quizapi. Quizapi allow me the request Question(s) / Response(s) from their DB

Current frontend's specialities used

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.

Current backend's specialities used

Axios : fetching data from the API.

quizz

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.