AI-powered Career Path Suggestion App
Built using Flutter, Supabase, and a sleek Glassmorphic UI ✨
- 🧠 AI-driven quiz to analyze personality traits & suggest best careers
- 💡 Glassmorphic UI — frosted cards, soft gradients, and blur effects
- 🔐 Supabase Auth — Email/password login & result storage
- 📈 Career suggestions with explanations, filters & share options
- 🔁 Quiz History — View your past results anytime
- 💬 Share your results easily via WhatsApp or other apps
| Area | Technology |
|---|---|
| UI | Flutter (Material 3), Google Fonts |
| Animations | Lottie, flutter_animate |
| State Management | Provider |
| Backend & Auth | Supabase |
| Local DB | Isar DB |
| Sharing | share_plus |
| i18n | intl |
- 🔐 Sign Up / Log In using Supabase
- 📝 Take the AI Career Quiz – 10+ smart personality questions
- 📊 View Your Recommended Careers
- 🎯 Filter using Trait Chips
- 🔍 Tap any Career Card for full detail (skills, courses)
- 📤 Share Results via WhatsApp, email, etc.
- 📂 Check History stored securely in Supabase
lib/
├── screens/
│ ├── auth/ # Login, Signup
│ ├── quiz/ # Quiz UI & logic
│ ├── result/ # Result display + career suggestions
│ └── history/ # Past results from Supabase
├── widgets/ # Reusable UI components
├── data/ # Static data like questions
├── utils/ # AI logic, tag scorers, filters
└── main.dart # Entry point##📦 Installation
# Clone the repo
git clone https://github.com/rly09/ai_career_navigator.git
cd ai_career_navigator
# Get dependencies
flutter pub get
# Launch the app
flutter run##🎯 Contributing Contributions, issues, and feature requests are welcome!
# Fork this repository
# Create a feature branch
git checkout -b feature/awesome-feature
# Commit your changes
git commit -m "feat: add awesome feature"
# Push to GitHub
git push origin feature/awesome-feature
# Open a Pull Request 🚀- 📧 Email: [email protected]
- 🧑💻 GitHub: @rly09
Made with ❤️ using Flutter & Supabase
```



