Skip to content

emilRacz21/quiz-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Quiz Game

Quiz Game is an interactive online quiz application that allows users to test their knowledge on various topics. The app fetches questions from the Open Trivia Database API, offering options to choose categories and difficulty levels.

Table of Contents

Features

  • Select question categories.
  • Choose difficulty levels.
  • Countdown timer for answering questions.
  • Dynamic loading of questions and answers.
  • Display results with a grading scale.

Technologies

This application is built using the following technologies:

  • HTML - for the structure of the page.
  • CSS - for styling.
  • SCSS - for styling.
  • JavaScript - for the application logic.
  • API - Open Trivia Database.

How to Run the Project

  1. Clone the repository:
    git clone https://github.com/emilRacz21/quiz-javascript.git
    cd quiz-javascript
  2. Open the index.html file in your web browser.
  3. Start the game by clicking the "Start Game" button.
  4. Select a category, difficulty, and number of questions, then click the "Start" button.

Design

quiz

Future Improvements

  • Add multiplayer options.
  • Implement localization for users to select questions in their language.
  • Expand with more categories and difficulty levels.
  • Enhance the user interface and responsiveness.

License

  • This project is licensed under the MIT License.