https://github.com/ztomz/supaquiz
A fun and interactive quiz app built with Flutter. Test your knowledge on various topics!
https://github.com/ztomz/supaquiz
app dart flutter quiz
Last synced: about 1 year ago
JSON representation
A fun and interactive quiz app built with Flutter. Test your knowledge on various topics!
- Host: GitHub
- URL: https://github.com/ztomz/supaquiz
- Owner: zTomz
- License: mit
- Created: 2024-04-18T14:14:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T13:16:41.000Z (about 2 years ago)
- Last Synced: 2025-03-25T17:21:55.831Z (over 1 year ago)
- Topics: app, dart, flutter, quiz
- Language: Dart
- Homepage: https://ztomz.github.io/supaquiz/
- Size: 13.3 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz App 📝
A fun and interactive quiz app built with Flutter. Test your knowledge on various topics! This project was originally developed for the [Supabase Open Source Hackathon 2024](https://supabase.com/blog/supabase-oss-hackathon), but I couldn't finish it in time.
## Platform Support
Download for Android from the
[releases page](https://github.com/zTomz/supaquiz/releases). You can also run the app in your [browser](https://ztomz.github.io/supaquiz/). Windows release is not available at the time.
## Features
- ✅ Multiple-choice questions
- ✅ Score tracking
- ✅ Timer tracking
- ✅ Leaderboard
- ✅ Randomized questions (over 4,146 questions)
- ✅ A lot of categories
- ✅ Choose between multiple difficulty levels
- ✅ User-friendly interface
## Screenshots
| Screenshot | Screenshot | Screenshot | Screenshot |
| :--------: | :--------: | :--------: | :--------: |
|  |  |  |  |
 |  |  |  |
## Contributing
To run this app on your local machine, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/zTomz/supaquiz.git
```
2. **Navigate to the cloned repository:**
```bash
cd supaquiz
```
3. **Install dependencies:**
```bash
flutter pub get
```
4. **Run the app:**
```bash
flutter run
```
## Issues
If you encounter any issues, please [open an issue](https://github.com/zTomz/supaquiz/issues/new/choose) on GitHub.
## License
This project is licensed under the [MIT License](https://github.com/zTomz/supaquiz/blob/main/LICENSE)