https://github.com/codeslash21/quiz_app
A Quiz app made with flutter
https://github.com/codeslash21/quiz_app
dart flutter
Last synced: about 2 months ago
JSON representation
A Quiz app made with flutter
- Host: GitHub
- URL: https://github.com/codeslash21/quiz_app
- Owner: codeslash21
- License: mit
- Created: 2023-06-03T05:09:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T13:20:01.000Z (about 3 years ago)
- Last Synced: 2025-02-15T15:51:26.389Z (over 1 year ago)
- Topics: dart, flutter
- Language: C++
- Homepage:
- Size: 78.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz App
This is a flutter app. After clicking `start Quiz` you can play. There are some questions all of which have four options, you can select any one among all the options. After giving answer to the all the questions you can see the result. You can see correct answer of all the questions and which question you answered correctly.
## Getting Started
#### To run this app first you have to install following softwares
1. Android Studio (and create an android emulator or ios simulator)
2. VS Code editor (and install the flutter extension)
3. Flutter SDK (and set the path)
#### After done with the above steps
1. Download the source code and extract it.
2. Open VS Code in the project folder which is `dice_game`. Make sure you have installed flutter extension.
3. Click on `View -> Command Pallet -> Flutter: launch emulator`
4. From the list of emulator select the available one.
5. Open terminal in VS Code and run `flutter run` command to build the app.
6. After building is complete app will be opened on the emulator.
### Demo Video