A Flutter quiz app that allows users to select a category and answer trivia questions from the Open Trivia Database.
- Choose from a variety of trivia categories.
- Test your knowledge with multiple-choice questions.
- Keep track of your score and progress.
- Fetch questions from the Open Trivia Database API.
| Onboarding | Questions | Results |
Contributions are welcome! Here are some ways you can contribute to this project:
- Submit bug reports or feature requests.
- Fix bugs and submit pull requests.
- Add new features or improve existing ones.
- Install Flutter on your machine.
- Clone this repository:
git clone https://github.com/sreenath-kp/Quiz-away.git. - Navigate to the project directory:
cd Quiz-away. - Install dependencies:
flutter pub get. - Run the app:
flutter run.