Skip to content

A basic four multiple choice quiz app built in Vue 3. Questions and answers are in Indonesian.

Notifications You must be signed in to change notification settings

iqbaltaufiq/quiz_app

Repository files navigation

Quiz App - Documentation

The code is written in english, but the quiz' question and answers are in Indonesian language.

Short Description

  • This is a basic quiz app built in Vue.
  • It consists of 10 questions, where each question has 4 (four) multiple choices.
  • Each correct answer will get +10 score.
  • When user has reached the last question, they will receive their final score.

Long story short, if you know an old quiz named Who wants to be a millionaire, then this is very similar to it.

Getting started

# clone the project
git clone https://github.com/iqbaltaufiq/quiz_app.git

# enter the project directory
cd quiz_app

# install dependencies
npm install

# run in development mode
npm run serve

# open browser and enter the address
http://localhost:8080

Tech Used

Project Preview

To avoid excessive data usage caused by loading multiple images, here is a preview of the quiz.

If you are willing to see more, then we encourage you to see the PREVIEW.md file or click here to redirect.


About

A basic four multiple choice quiz app built in Vue 3. Questions and answers are in Indonesian.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published