A simple quiz application developed using the Flutter framework and Dart programming language. This project serves as a practice tool for learning about state management in Flutter by implementing Stateless and Stateful widgets.
- Interactive Quiz: Users can test their Flutter knowledge with multiple-choice questions.
- Start Screen: Features the app logo, a brief description, and a "Start Quiz" button to begin.
- Question Pages: Contains a total of 6 questions, each with 4 options. Users can select one option for each question.
- Result Screen: Provides a summary of the user's performance, displaying the number of correct and incorrect answers.
This project explores state management concepts by using:
- Stateless Widgets for static UI components.
- Stateful Widgets to manage dynamic content, allowing the UI to update based on user interactions.
- Clone the repository:
git clone https://github.com/yourusername/flutter-quiz-app.git
- Navigate to the project directory:
cd flutter-quiz-app
- Run the app:
flutter run
- Flutter SDK
- Dart language
- Open the app and tap "Start Quiz" to begin.
- Answer each question by selecting the correct option.
- View your score on the result screen at the end of the quiz.
Contributions are welcome! Please open a pull request to add features or improvements.