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.
- 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
- HTML
- CSS
- JavaScript
- 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
- The user selects a quiz category
- The user enters a username
- The quiz starts with 5 questions
- Each question has 4 possible answers
- The user selects an answer and confirms it
- The next question appears automatically
- The final score is calculated
Software engineering student at ITS