The code is written in english, but the quiz' question and answers are in Indonesian language.
- 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.
# 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
- HTML, CSS, JS
- Vue 3 (CLI with Babel & ESLint standard)
- Bootstrap Vue
- Lodash
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.