A simple personality quiz app built using the Flutter framework. The app consists of a series of questions, each with multiple choice answers. Each answer is associated with a score, and at the end of the quiz, the total score is displayed to the user. Installation
Flutter SDK
Android Studio or Xcode (for running the app on an emulator or physical device)
-
Clone the repository to your local machine
git clone https://github.com/Freddy10035/simple-personality-app.git
-
Navigate to the project directory in the terminal
cd flutter_complete_guide
-
Run the command to start the app
flutter run
-
If you want to run the app on an emulator, open the project in Android Studio or Xcode and run the app from there.
-
If you want to run the app on a physical device, connect your device to your computer and run the flutter run command in the terminal while the device is connected.
The project is structured in a way that makes it easy to add or remove questions, as well as change the scoring associated with each answer. To add new questions, you can edit the _questions
list in the main.dart
file.
Flutter
I welcome contributions to this project. If you want to contribute, please open an issue or submit a pull request.