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
- Host: GitHub
- URL: https://github.com/nksmanya/web-quest
- Owner: nksmanya
- License: mit
- Created: 2024-12-26T08:53:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:37:52.000Z (about 1 year ago)
- Last Synced: 2025-04-10T09:42:25.437Z (about 1 year ago)
- Topics: java, quiz-game, quizapp, web-dev
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



## 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.
---