A modular console-based quiz application built in C#. Designed with clear object-oriented principles, this project serves as a foundation for interactive CLI games or test environments.
- Multiple-choice questions
- Interactive command-line interface
- Real-time scoring
- Modular class-based architecture
- Clean separation of logic and data
Yusuf Olanrewaju
Let’s connect on LinkedIn
I’m currently exploring the intersection of coding, crypto, and learning.
QuizApp/
├── Program.cs # Entry point of the app
├── Quiz.cs # Handles test flow, scoring, and interaction
└── Question.cs # Data model and answer validation