An open API service indexing awesome lists of open source software.

https://github.com/nksmanya/web-quest

A Web Development Quiz App
https://github.com/nksmanya/web-quest

java quiz-game quizapp web-dev

Last synced: 11 months ago
JSON representation

A Web Development Quiz App

Awesome Lists containing this project

README

          

# Web Quest
A Web Development Quiz App

**Web Quest** is a Java-based quiz application that tests users' knowledge of web development concepts. This interactive app features a graphical user interface (GUI) built with Swing and a timer-based question system, making learning fun and engaging.

## Features

- **10 Web Development Questions**: Questions cover topics such as HTML, CSS, JavaScript, and more.
- **Multiple Choice Questions (MCQ)**: Each question has four options to choose from.
- **Timer for Each Question**: Users are given 10 seconds to answer each question.
- **Dynamic Feedback**: Correct answers are highlighted in green, and incorrect ones in red.
- **Results Summary**: Displays the number of correct answers and the percentage score at the end of the quiz.
- **User-Friendly GUI**: Built using `JFrame`, `JTextField`, `JButton`, and other Swing components for an interactive experience.

## Prerequisites

- **Java Development Kit (JDK)**: Version 8 or later
- **IDE** (Optional): IntelliJ IDEA, Eclipse, or any Java-compatible IDE

## Screenshots
![Screenshot 2024-12-26 142731](https://github.com/user-attachments/assets/3eb92dd4-f11a-4d3e-9570-fe902e0389ea)

![Screenshot 2024-12-26 142741](https://github.com/user-attachments/assets/275dad1b-8565-4b05-9cf1-bce55521c5bd)

![Screenshot 2024-12-26 142844](https://github.com/user-attachments/assets/a9799ff7-191f-4dea-8046-51f7bedc54e4)

## License
This project is licensed under the MIT License. Feel free to use and modify the code as needed.

---

### Contributing
Contributions are welcome! If you'd like to improve this project, feel free to fork the repository and submit a pull request.

---