https://github.com/felix-red/quizconsoleprogram
C# console application
https://github.com/felix-red/quizconsoleprogram
console-application csharp quizapp
Last synced: 8 months ago
JSON representation
C# console application
- Host: GitHub
- URL: https://github.com/felix-red/quizconsoleprogram
- Owner: Felix-Red
- Created: 2025-02-05T07:37:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T08:03:15.000Z (over 1 year ago)
- Last Synced: 2025-05-20T07:32:37.834Z (about 1 year ago)
- Topics: console-application, csharp, quizapp
- Language: C#
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple C# Quiz Console Application
This is a simple C# Quiz Console Application that I created to explore classes and console interactions in C#. The program presents quiz questions to the user, accepts their input, and provides feedback on their answers.


## Future Improvements
- Add more question types (e.g., timed questions).
- Implement scoring and leaderboards.
- Save quiz results to a file or database.