A simple and interactive quiz application built with Flutter.
- Multiple choice questions
- Score tracking
- Responsive UI for mobile devices
- Easy to extend with new questions
- Flutter SDK
- Dart SDK (usually included with Flutter)
- An IDE like VS Code or Android Studio
- Clone the repository:
git clone https://github.com/gourav18dart/Quiz-App.git cd quiz_app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Select the correct answer for each question.
- Navigate between questions using the next and back buttons.
- Submit your answers to see your score.
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by various quiz apps
- Built with Flutter, Dart, and a passion for learning
Start Screen | Question Screen | Result Screen |
---|---|---|
![]() |
![]() |
![]() |