/VueJS-Quiz-Timer

Vue JS Simple Quiz App with Timer

Primary LanguageVue

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