Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathameshpatil-01/flutter_and_dart_quiz_app
The Flutter Quiz App is designed to test users' knowledge of Flutter and Dart programming. It features a series of questions and instant feedback on correct answers upon completion.
https://github.com/prathameshpatil-01/flutter_and_dart_quiz_app
dart flutter quiz-app simple-app
Last synced: about 11 hours ago
JSON representation
The Flutter Quiz App is designed to test users' knowledge of Flutter and Dart programming. It features a series of questions and instant feedback on correct answers upon completion.
- Host: GitHub
- URL: https://github.com/prathameshpatil-01/flutter_and_dart_quiz_app
- Owner: PrathameshPatil-01
- Created: 2023-09-28T12:10:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T10:10:44.000Z (11 months ago)
- Last Synced: 2024-04-20T16:27:09.755Z (7 months ago)
- Topics: dart, flutter, quiz-app, simple-app
- Language: C++
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Quiz App
This Flutter Quiz App is designed to test your knowledge of Flutter and Dart. It contains a series of questions, each with four possible answers. Only one of the answers is correct. Once you have completed the quiz, you will receive your results, including the number of correct answers and the correct answer for each question.
## Table of Contents
- [Download_APK](#download-apk)
- [Demo](#demo)
- [Getting Started](#getting-started)
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)## Download APK:
### Flutter Quiz Apk
[Direct download link](https://drive.google.com/file/d/1sclOEmlNFjlN2s4RtJFUAakVQ6QKHgU3/view)
## Demo
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine.
1. Clone the repository:
```bash
git clone https://github.com/PrathameshPatil-01/FLUTTER_AND_DART_QUIZ_APP.git
```2. Navigate to the project directory:
```bash
cd FLUTTER_AND_DART_QUIZ_APP
```3. Open the project in your preferred IDE or code editor.
## Features
- Quiz questions related to Flutter and Dart.
- Four possible answers for each question.
- Randomized correct answers for each question.
- Results screen displaying the number of correct answers and the correct answer for each question.## Screenshots
| ![Start Screen](screenshots/q1.png) | ![Quiz Screen](screenshots/q2.png) | ![Results Screen](screenshots/q3.png) |
| :--------------------------------: | :---------------------------------------: | :----------------------------------: |
| Start Screen | Question Screen | Results Screen |## Installation
1. Ensure you have Flutter and Dart installed on your system.
2. Open the project in your IDE or code editor.
3. Install dependencies by running:```bash
flutter pub get
```## Usage
1. Run the app on your preferred emulator or device using:
```bash
flutter run
```2. Answer the questions by selecting one of the provided options.
3. Once all questions are answered, the results screen will be displayed.## Contributing
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.