Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 975 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 975 Bytes

Commerce Quiz App

This is a Flutter app for a quiz about commerce. The app uses Firebase Realtime Database as a backend to store and retrieve the quiz questions.

Features

Multiple-choice questions with four options Randomly generated questions from a pool of questions Score tracking and display of final score Firebase Realtime Database integration

Installation

Clone this repository: git clone https://github.com/Chamidilshan/Quiz_app.git Change directory to the project: cd commerce_quiz_app Install the dependencies: flutter pub get Run the app: flutter run

Screenshots

ChatGPT APP

Configuration

The app requires a Firebase project and a Realtime Database instance. You will need to create a Firebase project and add a Realtime Database to it, and then update the google-services.json file in the android/app directory with your project's configuration.