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.
- 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.
- Java Development Kit (JDK): Version 8 or later
- IDE (Optional): IntelliJ IDEA, Eclipse, or any Java-compatible IDE