Skip to content

nksmanya/Web-Quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot 2024-12-26 142741

Screenshot 2024-12-26 142844

License

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