A Java-based quiz platform developed as part of an internship project at SSZone Technologies. The application allows users to create quizzes, attempt quizzes, and manage quiz data through structured object-oriented design.
- User authentication system
- Create and manage quizzes
- Attempt quizzes and submit answers
- Score calculation after quiz completion
- Organized object-oriented structure
- Java
- Object-Oriented Programming (OOP)
- Basic data structures
- Console-based interaction
src/
├── authentication
├── quiz
├── user
├── question
└── main application files
- Clone the repository
git clone https://github.com/PrasoonGupta078/quiz-platform-java.git
- Navigate to the project folder
cd quiz-platform-java
- Compile the Java files
javac Main.java
- Run the program
java Main
- Designing modular Java programs
- Implementing authentication logic
- Structuring projects using OOP principles
- Handling user input and quiz logic
- Add graphical user interface (GUI)
- Add database integration (MySQL / PostgreSQL)
- Implement timer for quiz questions
- Add leaderboard system
Prasoon Gupta MCA Student | Java Backend Developer | Unity Game Dev Enthusiast