Skip to content

A quiz game written in Vue.js

Notifications You must be signed in to change notification settings

spiroskarathanassis/quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Quiz Game

Preview

Tools

  • Handle (questions & results) json data from firebase api
  • Compress images to webp format from squoosh cli package
  • Used SCSS style

Description

  • Request question's data
  • splitted by 3 types of question: [true-false, mutiple-answer, single-answer]
  • for each question post title, image, answers, next button
  • coloring correct answers by the correction of answers
  • display suitable message (true /false)
  • wait 3 seconds until go to next question
  • collect player points from every correct answer
  • Finish with displaying percentage (%) of player's score
  • Finally, if error occurs print it

Technologies

  • Vue 3 with vue CLI
  • Firebase Real Time Database