Quizzly is a console-based Java application that allows users to design and attempt quizzes. Users can create their own quiz with multiple-choice questions, and then attempt any saved quiz to test their knowledge.
- Create a new quiz with custom questions and options
- Attempt quizzes and get scored automatically
- Works entirely in the console (no graphics needed)
- Saves quizzes as text files for future use
- Make sure you have Java installed on your system.
- Download all .javafiles from this repository.
- Compile the classes using:
javac Quizzly_UI.java Quizzly_Design.java Quizzly_Attempt.java Quizzly_Functionality.java 
4.Run the application: java Quizzly_UI
This project is created as a high school Java learning exercise. Feedback and suggestions are welcome!