Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 952 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 952 Bytes

Personality Quiz

My first Flutter project - A simple Personality Test app to learn and explore Flutter.

Overview

This app provides a short personality test to assess basic traits. Upon completion, it uses the Gemini API to generate a natural language summary of the results.

Live Demo

Try it out at https://personality-kuka.web.app/

Key Features

  • 50 question personality test
  • Gemini API integration to generate personalized assessment summary
  • Clean UI built with Flutter

Getting Started

  1. Generate an API key from https://ai.google.dev/
  2. Open lib/res.dart and update the url variable with your own key
  3. Run flutter run to start the app

Future Improvements

  • Better UI
  • More robust test with additional questions
  • Save and compare results over time
  • Integrate additional APIs for deeper analysis

License

Unlicense


Inspired by William Passmore