Quiz Web is a web-based quiz application that allows users to test their knowledge on various topics. The project is designed to provide an interactive and fun learning experience.
- Quiz Categories: Choose quiz categories like English Language.
- Dynamic Interaction: Uses JavaScript to display questions and track user scores.
- Responsive Design: Optimized for various devices.
- Final Scoreboard: Displays the score after completing all questions.
- HTML: For page structure.
- CSS: For styling and layouts.
- JavaScript: For interactive logic and DOM manipulation.
quiz-web/
├── inggris/
│ ├── index.html # English quiz page
│ ├── script.js # Logic for the English quiz
│ ├── style.css # Styles for the English quiz page
├── img/ # Folder for images
│ ├── quiz.png # Quiz icon
│ ├── english.jpg # Background for the quiz page
├── script.js # Main page logic
├── LICENSE # MIT License
- Clone this repository:
git clone https://github.com/Wira-Kusuma/quiz-web.git
- Open the
index.html
file in your browser. - Select a quiz category and enjoy the interactive experience.
This project is licensed under the MIT License.