An open API service indexing awesome lists of open source software.

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.

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.