Welcome to the Java Quiz Application project! In this project, I have created a simple, interactive and user-friendly quiz application using Java Swing for the graphical user interface.
Project Type: Java Swing GUI Application
- Multiple-choice questions.
- User-friendly interface.
- Score tracking.
- Dynamic question loading.
This project is divided into several modules for efficiently managing the application.
Login Page: Login page that depicts the gui where user can enter their name and start the quiz
Rules Page: Denotes the rules for the quiz application.
Quiz Pages: All the quiz questins are loaded and managed through this module
Score Page: Presents the score to the user. The game can be played again through this page.
1. Clone the Repository:
git clone https://github.com/your-username/java-quiz-application.git
cd java-quiz-application
2. Compile and Run the Login Page:
cd source code
javac Login.java
java Login
Rest pages are linkd to this page and hence can be accessed by running this.