EzekielWachira / Tripitaca

Tripitaca is a sophisticated Android app, crafted with Kotlin and Jetpack Compose, offering users a seamless experience in exploring and booking accommodations. The application integrates cutting-edge technologies, including Material3 design, Gson for JSON parsing, and Firebase Auth for secure authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tripitaca - Explore, Book, and Experience

Project Description

Tripitaca is a sophisticated Android application built with Kotlin and Jetpack Compose, designed to provide users with a seamless experience in exploring and booking accommodations. The app integrates various cutting-edge technologies, including Material3 design principles, Gson for efficient JSON parsing, Dagger Hilt for dependency injection, Jetpack DataStore for data storage, Google Maps for accurate location representation, Firebase Auth for secure authentication, ViewModel for managing UI-related data, and Coil Compose for image loading.

Key Features

Google Sign-In Integration

  • Utilizes Firebase Auth for a secure and streamlined Google Sign-In experience.
  • Ensures seamless and convenient user authentication.

Map Integration

  • Integrates Google Maps to provide an intuitive map view with markers for each listing.
  • Enhances user experience with visually represented listing locations.

Calendar Display

  • Implements an interactive calendar component using Jetpack Compose.
  • Visually highlights and disables booked dates, helping users select available dates effortlessly.

Amenity Filtering

  • Employs advanced filtering mechanisms based on amenities, providing users with tailored search results.
  • Enables users to customize their search according to specific preferences.

Listing Details

  • Offers comprehensive details about each listing.
  • Allows users to view all listing photos and access host details for a complete understanding.

Booking

  • Illustrates a user-friendly "Book Now" feature.
  • Allows users to select available dates and specify the number of guests for a seamless booking experience.

Tech Stack

  • Kotlin: Primary programming language for Android development.
  • Jetpack Compose: Modern Android UI toolkit.
  • Material3: Adheres to the latest Material Design principles.
  • Gson: Efficient JSON parsing.
  • Dagger Hilt: Dependency injection for streamlined development.
  • Jetpack DataStore: Efficient data storage solution.
  • Google Maps API: Powers the map integration for accurate location representation.
  • Firebase Auth: Ensures secure and reliable user authentication.
  • ViewModel: Manages UI-related data for a smooth user interface.
  • Coil Compose: Image loading library for Compose.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 4 Screenshot 5 Screenshot 6
Screenshot 10 Screenshot 11 Screenshot 12
Screenshot 7 Screenshot 8 Screenshot 9

Demo

Getting Started

  1. Clone the Repository:

    git clone https://github.com/EzekielWachira/Tripitaca.git
  2. Open in Android Studio:

    • Open Android Studio.
    • Choose "Open an Existing Android Studio Project."
    • Navigate to the cloned repository and select the project.
  3. Run the App:

    • Connect an Android device or use an emulator.
    • Click "Run" in Android Studio.

Contributing

Feel free to contribute by opening issues, providing feedback, or submitting pull requests. Follow the guidelines in the CONTRIBUTING.md file.

License

MIT License

Copyright (c) 2024 Ezekiel Wachira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Acknowledgments

  • Material3, Gson, Dagger Hilt, Jetpack DataStore, Google Maps, Firebase Auth, ViewModel, Coil Compose.
  • Thanks to the open-source community for inspiration and contributions.

About

Tripitaca is a sophisticated Android app, crafted with Kotlin and Jetpack Compose, offering users a seamless experience in exploring and booking accommodations. The application integrates cutting-edge technologies, including Material3 design, Gson for JSON parsing, and Firebase Auth for secure authentication.

License:MIT License


Languages

Language:Kotlin 100.0%