Safarnama

Safarnama is a Tours & Travel Booking App built with Flutter. The app allows users to explore various travel packages, book them, add packages to their favorites, and view all their bookings. It showcases a clean UI with full backend functionality using Firebase.

Note: This app is for demonstration purposes only and does not offer real travel packages.

Features

  • Browse Travel Packages: Users can view various travel packages with details like location, price, and duration.
  • Book a Package: Users can book their desired travel packages.
  • Add to Favorites: Users can add travel packages to their favorites for easy access later.
  • View Bookings: Users can view all their bookings in one place.
  • Firebase Integration: The app uses Firebase for authentication, data storage, and backend management.

Screenshots

Feature Image

Feature Image Feature Image
Feature Image Feature Image

Installation

  1. Clone the repository:
    git clone https://github.com/thelameone/safarnama.git
  2. Navigate to the project directory:
    cd safarnama
  3. Install dependencies:
    flutter pub get
  4. Run the app on your device/emulator:
    flutter run

Contributing

Contributions are welcome! To contribute:

  1. Fork this repository.
  2. Create a new branch for your feature/bugfix.
  3. Commit your changes.
  4. Push your branch and create a pull request