Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuriikonovalov/helia
Helia Hotel Booking App is an educational Android application developed to showcase modern app development techniques. Built with Jetpack Compose, Dagger Hilt, and Firebase, this app offers an intuitive UI for browsing, searching, and booking hotels.
https://github.com/yuriikonovalov/helia
android clean-architecture compose firebase-auth firebase-storage firestore hilt-android jetpack-navigation kotlin mvi
Last synced: about 2 months ago
JSON representation
Helia Hotel Booking App is an educational Android application developed to showcase modern app development techniques. Built with Jetpack Compose, Dagger Hilt, and Firebase, this app offers an intuitive UI for browsing, searching, and booking hotels.
- Host: GitHub
- URL: https://github.com/yuriikonovalov/helia
- Owner: yuriikonovalov
- Created: 2023-07-17T16:06:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T18:14:06.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:09:54.178Z (3 months ago)
- Topics: android, clean-architecture, compose, firebase-auth, firebase-storage, firestore, hilt-android, jetpack-navigation, kotlin, mvi
- Language: Kotlin
- Homepage:
- Size: 93.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helia Hotel Booking App
App Preview
Helia Hotel Booking App is an Android application that provides a user-friendly interface for booking hotels. This app is designed based on the [Helia Hotel Booking App UI Kit](https://ui8.net/munirsr/products/helia-hotel-booking-app-ui-kit) by [Munir SR](https://ui8.net/munirsr).
## Features
- **Browse Hotels:** Explore a curated list of hotels with detailed information.
- **Search:** Find hotels based on location, dates, and preferences.
- **Booking:** Book your preferred hotel and receive booking confirmation.
- **User Profile:** Manage your profile, bookings, and preferences.
- **Reviews and Ratings:** Read reviews for hotels you've stayed at.## Getting Started
### Prerequisites
Android SDK (minimum API level 26)
### Installation
1. Clone this repository to your local machine using:
```
git clone https://github.com/yuriikonovalov/helia.git
```
3. Open the project in Android Studio.
4. Build and run the app on an emulator or physical device.## Acknowledgments
UI Kit design by [Munir SR](https://ui8.net/munirsr).
This project is for educational purposes and to showcase design implementation.