https://github.com/tom474/quiz_app
An interactive quiz app with dynamic questions, real-time answer validation, and result tracking.
https://github.com/tom474/quiz_app
dart flutter mobile-development
Last synced: over 1 year ago
JSON representation
An interactive quiz app with dynamic questions, real-time answer validation, and result tracking.
- Host: GitHub
- URL: https://github.com/tom474/quiz_app
- Owner: tom474
- Created: 2023-11-22T07:29:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T10:28:26.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:29:18.951Z (over 1 year ago)
- Topics: dart, flutter, mobile-development
- Language: C++
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Mobile App
Quiz Mobile App is an interactive quiz application that allows users to test their knowledge with a series of multiple-choice questions. It features a smooth UI, real-time answer validation, and a results summary.
## Tech Stack
- Flutter
- Dart
## Features
- **Interactive Quiz Flow**: Displays multiple-choice questions with dynamic answer selection.
- **State Management**: Uses Stateful Widgets to track progress and update UI dynamically.
- **Question Randomization**: Ensures shuffled answer options for each question.
- **Gradient Background**: Implements a visually appealing gradient background.
- **Answer Validation**: Highlights correct and incorrect answers with visual indicators.
- **Result Summary**: Displays user performance with correct and incorrect answers.
- **Restart Functionality**: Allows users to retake the quiz after completion.