preloader
image

Quiz Game

This Quiz game has been realized during my Licence Professionnelle (equivalent of the year 3 in a Bachelor’s degree).

Project Overview

PHP was the only technical constraint for this project. The choice was free for the frontend technology, and my team and I chose Vue.js, which gives a nice programming experience.

The requirements for the application were the following: a quiz game with pre-registered questions stored in a database, with the ability to play either as a singleplayer or in a duel with an online (random) opponent.

10 questions, with a 10-second timer for each, whoever gets the highest score wins! ⚔️

Project Technical Details

This project uses the following technologies:

  • PHP for the backend
  • Vue.js for the frontend
  • Vuetify as UI framework to provide a clean Material design
  • MariaDB as our DBMS