/quiz_app

Simple quiz application built with Flutter.

Primary LanguageDart

Quiz App

This is a simple quiz application built with Flutter.

Prerequisites

You need to have Flutter and Dart installed on your machine.

Installing

  1. Clone the repository
git clone https://github.com/yourusername/quiz_app.git
  1. Navigate to the project directory
cd quiz_app
  1. Get the dependencies
flutter pub get
  1. Run the app
flutter run

License

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