Projects

Simple Quiz App

2021·1 min read

JavaScript
HTML
CSS
LinkGitHub

A tiny multiple-choice quiz built with vanilla HTML, CSS and JavaScript. Answer the questions, get your score at the end, reload to try again.

A tiny multiple-choice quiz built with vanilla HTML, CSS and JavaScript. Answer the questions, get your score at the end, reload to try again.

Live demo →

Tech

  • HTML
  • CSS
  • JavaScript (no dependencies)

Run it locally

git clone https://github.com/Vette1123/Quizz-App.git
cd Quizz-App
# open index.html

Edit script.js to add or change questions — each entry is an object with the question text, four options, and the correct answer key.