Quiz-It
A simple flutter quiz app which uses Redux for quiz state management.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Requirements
To install and run this project you need:
Installation
To set up everything in your local machine, you need to follow these steps:
- Clone this repo onto your computer:
git clone https://github.com/kaushalmeena/quiz-it.git
- Install dependencies for the app:
flutter pub get
Running and Building
Android
You can use the commands flutter build and flutter run from the app's root directory to build/run the app or to build with Android Studio, open the android folder in Android Studio and build the project as usual.
iOS
You can use the commands flutter build and flutter run from the root directory to build/run the app or you can open ios/Runner.xcworkspace in Xcode and build/run the project as usual.
Web
Flutter has support for building web applications in the stable channel.
To add support for web development, follow these instructions.
Screenshots
License
This project is licensed under the MIT License - see the LICENSE file for details.