A simple Flutter quiz application that allows users to select quizzes on various topics, answer a series of questions, and receive a score at the end.
- Choose quiz from a list of quiz topics.
- Answer a series of questions.
- Receive a score at the end of the quiz.
- Responsive design for different screen sizes.
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from main branch.
git clone https://github.com/muhwira27/know_base.git
- Change directory to simple_notes_app folder
cd know_base
- Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run








