Paradoxianer / self_examintion

MIT License
2 stars 0 forks source link

Self Examination App

The Self Examination App is a Flutter application that allows users to conduct self-assessments regularly based on a set of questions. The results are graphically presented in various charts, enabling users to track their personal progress. It follows the tradition of William Booth and John Wesley, who regularly asked themselves such self-examination questions. The app currently includes three different sets of self-examination questions:

Table of Contents

Technologies

Installation

  1. Install Flutter:

  2. Clone the Project:

    
    git clone https://github.com/Paradoxianer/self_examintion.git
    cd self-examination-app
  3. Install Dependencies:

    
    flutter pub get
  4. Run the Application:

    
    flutter run

Project Structure

Features

Self-assessment: Users can perform self-assessments based on various self-examination questions. The results are stored locally. Personal development can be visualized in various charts. Localization: The application supports multiple languages.

Localization

The app supports various languages. Currently supported languages:
    English (en)
    German (de)
    Spanish (es)
    Korean (ko)
    Lithuanian (lt)
    Polish (pl)
Language localization is done in the lib/localizations/ folder.

Authors

Matthias Lindner (@Paradoxianer)

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Screenshot