Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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