π Quiz Application
A Java-based Quiz Application built using Swing and AWT for the graphical user interface. This project provides a simple and interactive platform for conducting quizzes with multiple-choice questions (MCQs).
π Features
π User-Friendly GUI with Java Swing & AWT
π§Ύ Multiple Choice Questions (MCQs)
β±οΈ Timer Support β Limit time per question or quiz
π Score Calculation β Displays results at the end
π Navigation β Move between questions (Next/Previous)
π― OOP Concepts Used β Classes, Objects, Encapsulation
π οΈ Tech Stack
Language: Java
GUI Toolkit: Swing & AWT
Paradigm: Object-Oriented Programming
Clone the repository:
git clone https://github.com/Aditya123-bit/QuizApplication/tree/main
Compile the Java files:
javac src/*.java
Run the application:
java src.Main
π Future Enhancements
β Random question shuffling
β Import questions from a file (CSV/JSON/XML)
β Add leaderboard for multiple users
β Integrate database for large quizzes
π¨βπ» Author
Aditya Yadav