Skip to content

goran18425-sys/javascript-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Quiz App

A simple interactive quiz application built with JavaScript.

Users can choose a quiz category, enter their username, and answer multiple-choice questions.

Currently available quiz categories:

  • History
  • Geography

Other categories are prepared but not yet implemented.

Features

  • Category selection
  • Username input before starting the quiz
  • Multiple-choice questions
  • Score system (10 points per question)
  • Automatic question navigation
  • Dynamic interface without page reload

Technologies

  • HTML
  • CSS
  • JavaScript

What I Learned

  • Showing and hiding elements with JavaScript
  • Updating the interface without reloading the page
  • Handling user input
  • Working with buttons and events
  • Managing quiz logic and score calculation
  • Basic DOM manipulation

How It Works

  1. The user selects a quiz category
  2. The user enters a username
  3. The quiz starts with 5 questions
  4. Each question has 4 possible answers
  5. The user selects an answer and confirms it
  6. The next question appears automatically
  7. The final score is calculated

Author

Software engineering student at ITS

Screenshot from 2026-03-08 17-41-37 Screenshot from 2026-03-08 17-42-09 Screenshot from 2026-03-08 17-42-20 Screenshot from 2026-03-08 17-42-45 Screenshot from 2026-03-08 17-42-56

About

Simple quiz app with categories and score system built with HTML, CSS and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors