This is a simple quiz application built using Flutter. The app presents a series of questions to the user and allows them to select answers. Once all questions are answered, the app displays the results.
- Start screen with a start button to begin the quiz.
- Questions screen where users can answer questions.
- Results screen showing the selected answers.
- Ability to restart the quiz.
- Displays the app logo and a welcome message.
- Provides a button to start the quiz.
- Displays questions fetched from the data source.
- Allows users to select answers to each question.
- Automatically proceeds to the next question after an answer is selected.
- Shows the selected answers once all questions are answered.
- Provides an option to restart the quiz.
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd quiz_app
- Run the app:
flutter run
- flutter/material.dart
- google_fonts
- Start the app by running
flutter run
. - Click on "Start Quiz" to begin.
- Answer each question by selecting an option.
- After answering all questions, view the results.
- Restart the quiz if desired.