Skip to content

Latest commit

Β 

History

History
63 lines (41 loc) Β· 1.98 KB

File metadata and controls

63 lines (41 loc) Β· 1.98 KB

🌍 Trippy – Smart Trip & Event Management Platform

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.


πŸš€ Features

  • 🧳 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.

πŸ“Έ Screenshots

image Trip image image


πŸ› οΈ Tech Stack

Layer Tech Used
Frontend Flutter (Dart)
Backend Firebase Firestore, Firebase Auth
State Mgmt Provider / Riverpod / GetX (your pick)
Hosting Firebase Hosting or GitHub Pages

Website

The website is openly accessible at https://sujit-hiwale.github.io/trippy/

πŸ“¦ Installation Guide

πŸ”§ Requirements

  • Flutter SDK (3.x+)
  • Dart
  • Firebase project (for your own setup)

πŸ’» Clone and Run

``bash

Clone the repository

git clone https://github.com/Sujit-Hiwale/trippy.git

Navigate to project directory

cd trippy

Get dependencies

flutter pub get

Run for Web

flutter run -d chrome

Or run on Android/iOS

flutter run