Skip to content

gourav18dart/Quiz-App

Repository files navigation

Quiz App

A simple and interactive quiz application built with Flutter.

Features

  • Multiple choice questions
  • Score tracking
  • Responsive UI for mobile devices
  • Easy to extend with new questions

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/gourav18dart/Quiz-App.git
    cd quiz_app
  2. Install dependencies:
    flutter pub get
  3. Run the app:
    flutter run

Usage

  • Select the correct answer for each question.
  • Navigate between questions using the next and back buttons.
  • Submit your answers to see your score.

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature/YourFeature)
  6. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by various quiz apps
  • Built with Flutter, Dart, and a passion for learning

Screenshots

Start Screen Question Screen Result Screen
Start Screen Question Screen Result Screen

About

A simple quiz app to learn flutter with basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published