Skip to content

cmchandra2002/Flutter_Quiz_App

Repository files navigation

Flutter Quiz App

Flutter Quiz App is a mobile application that tests users' knowledge of Flutter through multiple-choice questions (MCQs). Users can answer the questions and receive their quiz results at the end.

Features

  • Multiple-choice questions: Users can choose from a set of predefined options for each question.
  • Results page: The app displays the quiz results, including the number of correct and incorrect answers.
  • Restart quiz: Users can restart the quiz to try again.

Installation

  1. Make sure you have Flutter installed on your machine. If not, follow the official Flutter installation guide: https://flutter.dev/docs/get-started/install

  2. Clone this repository:

    git clone https://github.com/your-username/flutter-quiz-app.git
    
  3. Change to the project directory:

    cd flutter-quiz-app
    
  4. Get the dependencies:

    flutter pub get
    
  5. Run the app:

    flutter run
    

Dependencies

The Flutter Quiz App relies on the following dependencies:

  • flutter/material.dart: Flutter's material design widgets for UI components.
  • flutter/cupertino.dart: Flutter's Cupertino widgets for iOS-style UI components.

Contributing

Contributions to the Flutter Quiz App are welcome! If you encounter any bugs, have suggestions for new features, or would like to contribute code, please create a pull request.

License

The Flutter Quiz App is open-source and released under the MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published