Skip to content

IshaanC-Java/Quizzly_Java_Quiz

Repository files navigation

Quizzly - Java Quiz Application

Overview

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.

Features

  • 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

How to Run

  1. Make sure you have Java installed on your system.
  2. Download all .java files from this repository.
  3. Compile the classes using:
    javac Quizzly_UI.java Quizzly_Design.java Quizzly_Attempt.java Quizzly_Functionality.java

4.Run the application: java Quizzly_UI

Notes

This project is created as a high school Java learning exercise. Feedback and suggestions are welcome!

About

A console-based Java quiz application to design and attempt quizzes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages