A simple and interactive Quiz App built with Flutter. This app allows users to answer multiple-choice questions, track their scores, and receive instant feedback. It is designed to work seamlessly across Android, iOS, and Web platforms.
- 📝 Multiple-choice quiz questions
- 📊 Real-time score calculation
- 🎨 Clean and responsive user interface
- ⚡ Lightweight and fast performance
- 🌐 Cross-platform support (Android, iOS)
- 🔧 Easy to customize with your own questions
- Flutter installed (Install Flutter Guide)
- Device emulator (or physical device) for Android/iOS testing
- Flutter-compatible IDE (like VS Code or Android Studio)
-
Clone this repository
git clone https://github.com/M7hmoud-3ttia/QUIZ_APP
-
Navigate to the project directory
cd quiz-app -
Fetch dependencies
flutter pub get
-
Run the app
- For Android/iOS:
flutter run
- For Web:
flutter run -d chrome
- For Android/iOS:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome!
If you’d like to contribute, please fork the repository and submit a pull request.