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



