A Java Swing-based Quiz Application where users answer multiple-choice questions within a time limit. It shows the score at the end and demonstrates GUI design, event handling, and file handling concepts
A simple Java Swing-based multiple-choice quiz app. It reads questions from a file, allows users to answer interactively, and displays the final score.
- GUI using Swing
- Event handling with buttons
- File-based question loading
- Displays final score
- Java (JDK 8+)
- Swing
- File Handling
- OOP Concepts
- Clone the repository
git clone https://github.com/<your-username>/QuizApp.git