Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minhaz74692/quiz_app_clean_architecture
https://github.com/minhaz74692/quiz_app_clean_architecture
clean-architecture provider-state-management
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minhaz74692/quiz_app_clean_architecture
- Owner: minhaz74692
- Created: 2024-08-30T09:53:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:46:21.000Z (about 1 month ago)
- Last Synced: 2024-11-21T20:31:28.589Z (about 1 month ago)
- Topics: clean-architecture, provider-state-management
- Language: C++
- Homepage:
- Size: 677 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App
![Quiz App](https://img.shields.io/badge/Flutter-v3.0.0-blue)
![Provider](https://img.shields.io/badge/State%20Management-Provider-orange)
![Dio](https://img.shields.io/badge/HTTP%20Client-Dio-red)Quiz App is a Flutter-based application that allows users to take quizzes on various topics. It features state management using Provider and makes HTTP requests using Dio to fetch quiz data.
## Features
- **Interactive Quizzes:** Users can take quizzes on different topics.
- **State Management:** The app uses Provider for efficient and scalable state management.
- **HTTP Requests:** Data is fetched from a remote server using Dio for fast and reliable HTTP requests.
- **Responsive Design:** The app is designed to work on both Android and iOS devices with responsive layouts.
- **Architectural Pattern:** Clean Architecture## Usage
- **Home Screen:** Displays a button titled Start Quiz..
- **Quiz Screen:** Users can answer questions and submit their answers.## Dependencies
- **Provider:** State management
- **Dio:** HTTP client for making network requests