Quiz-Application

Getting Started

It is an interactive quiz application developed using Java Swing and AWT. It offers a seamless user experience with a graphical interface that makes learning fun and engaging.

Features Multiple-choice questions: Test your knowledge across various subjects. Timed quizzes: Challenge yourself with time-bound questions. Score tracking: Keep track of your performance and progress. Technologies Used Java Swing: For creating a rich and interactive graphical user interface. Java AWT: For handling basic GUI components and event handling.

Folder Structure

QuizApplication/ ├── .vscode/ │ └── tasks.json // VSCode configuration for build and run tasks ├── bin/ // Compiled .class files ├── lib/ // External libraries (if any) ├── src/ // Java source files │ ├── JLogin.java │ ├── JQuiz.java │ ├── JRules.java │ ├── JScore.java ├── icons/ // Images used in the application │ ├── login.jpg │ ├── quiz.jpg │ ├── score.jpg └── README.md // Project description and instructions

Screenshots

image image image image image image