Trippy is a cross-platform mobile and web app built with Flutter that allows users to seamlessly plan personalized trips, discover local events, and connect with like-minded travelers. It integrates itinerary planning, real-time notifications, budget tracking, and event coordination in one unified platform.
- π§³ Trip Planner β Create and manage detailed itineraries.
- π« Event Integration β Add local events directly to your trip.
- π₯ Same-minded Travelers β Connect with others sharing similar interests.
- π Authentication β Sign up/log in using email or Google (via Firebase).
- πΊοΈ Responsive UI β Built with Flutter for Web, Android, and iOS platforms.
| Layer | Tech Used |
|---|---|
| Frontend | Flutter (Dart) |
| Backend | Firebase Firestore, Firebase Auth |
| State Mgmt | Provider / Riverpod / GetX (your pick) |
| Hosting | Firebase Hosting or GitHub Pages |
The website is openly accessible at https://sujit-hiwale.github.io/trippy/
- Flutter SDK (3.x+)
- Dart
- Firebase project (for your own setup)
``bash
git clone https://github.com/Sujit-Hiwale/trippy.git
cd trippy
flutter pub get
flutter run -d chrome
flutter run



