Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (21 loc) · 1.38 KB

Personality Quiz App

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

Prerequisites

Flutter SDK
Android Studio or Xcode (for running the app on an emulator or physical device)

Steps

  1. Clone the repository to your local machine

     git clone https://github.com/Freddy10035/simple-personality-app.git
    
  2. Navigate to the project directory in the terminal

     cd flutter_complete_guide
    
  3. Run the command to start the app

     flutter run
    
  4. If you want to run the app on an emulator, open the project in Android Studio or Xcode and run the app from there.

  5. 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.

Adding or Removing Questions

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.

Built With

Flutter

Contributing

I welcome contributions to this project. If you want to contribute, please open an issue or submit a pull request.