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.
- Select question categories.
- Choose difficulty levels.
- Countdown timer for answering questions.
- Dynamic loading of questions and answers.
- Display results with a grading scale.
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.
- Clone the repository:
git clone https://github.com/emilRacz21/quiz-javascript.git cd quiz-javascript
- Open the index.html file in your web browser.
- Start the game by clicking the "Start Game" button.
- Select a category, difficulty, and number of questions, then click the "Start" button.
- 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.
- This project is licensed under the MIT License.