NumanIbnMazid / VueJS-Quiz-Timer

Vue JS Simple Quiz App with Timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz app With Timer created using Vue

To run app

Install dependencies

yarn install / npm install

run dev mode

yarn serve

Data

Static data is present under

public/data/data.json

fake api call using $.getJSON

Features Implemented

  • Quiz functionality including options to go for number of questions (10, 15 or 20)
  • Dynamic questions generation
  • Result generation including scores
  • Loader component that displays loading during question load
  • Register component
  • Routing
  • Quiz Timer

About

Vue JS Simple Quiz App with Timer


Languages

Language:Vue 95.4%Language:HTML 2.5%Language:JavaScript 2.1%