Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
krsx committed Jun 7, 2024
2 parents 333425c + 785f99a commit 6126d04
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Moh. Iqbal Fatchurozi

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.
94 changes: 94 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!-- git remote add origin https|ssh:path/to/the/repository.git -->
<!-- git pull origin main --rebase -->

<div align="center">
<h1> AceHotel - Hotel Management App with IOT Integration </h1>
<a href="https://github.com/AceHotelProject/AceHotel-App">
<img src="./img/acehotel.png" alt="readme-project-template">
</a>
</div>

<!-- You can make badge by read on official documentation at https://shields.io/badges -->

<!-- </div>
<p align="center">
<a target="_blank" href="https://www.linkedin.com/in/moh-iqbal-fatchurozi/"><img height="20" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" /></a>
<a target="_blank" href=""><img height="20" src="https://img.shields.io/github/license/zer0-911/readme-project-template" alt="License"></a>
<a target="_blank" href=""><img height="20" src="https://img.shields.io/github/commit-activity/t/zer0-911/readme-project-template" alt="Last Commits"></a>
<a target="_blank" href=""><img height="20" src="https://img.shields.io/github/repo-size/zer0-911/readme-project-template" alt="Repo Size"></a>
</p> -->

<p align="center">
<a href="#-introduction">Introduction</a> &nbsp;&bull;&nbsp;
<a href="#-tech-stack">Tech Stack</a> &nbsp;&bull;&nbsp;
<a href="#%EF%B8%8F-installation">Installation</a> &nbsp;&bull;&nbsp;
<!-- <a href="#%EF%B8%8F-demo">Demo</a> &nbsp;&bull;&nbsp; -->
<a href="#-reference">Reference</a>&nbsp;&bull;&nbsp;
<a href="#-issue">Issue</a>&nbsp;&bull;&nbsp;
<a href="#-license">License</a>&nbsp;&bull;&nbsp;
<a href="#-author">I Putu Krisna Erlangga</a>
</p>

## 📄 Introduction

This application addresses the need to enhance efficiency and service quality across multiple branches of Ace Hotel Surabaya. The hotel owner and staff faced various challenges, including booking management, inventory, room management, branch coordination, and financial oversight. Additionally, the owner struggled with employee supervision and monitoring hotel statistics.

To tackle these issues, I devised over 12 complex features across more than 40 interfaces in the creation of `AceHotel` application. The application emphasizes a user-friendly system, featuring a dashboard and the use of a floating action button (FAB) to allow users to quickly access important features. It also incorporates user role validation, ensuring that each user can only access features relevant to their specific job at the hotel. Moreover, the application integrates IoT technology, including a Tag and Reader to facilitate monitoring and tracking of the hotel's inventory in real-time.

## 💻 Tech Stack

> Framework, Library, Database, Tools, etc
<!-- You can search the logo with https://simpleicons.org and copy the name in logo=copyhere same with color after badge/YourText-YourColor-->

- Kotlin
- Android Studio
- Postman
- Retrofit
- Hilt
- DataStore
- Room
- NotificationManager
- WorkManager

## ⚙️ Installation

1. Clone this repository `git clone https://github.com/AceHotelProject/AceHotel-App.git` or click `Clone or Download` button and then click `Download ZIP`
2. Open this project in Android Studio
3. Make sure your Android Virtual Device (AVD) is already activated
4. Run the app

<!-- ## 📽️ Demo
<!-- If Needed -->
<!-- <div align="center">
<img src="./img/demo.gif" alt="Demo">
</div> -->

## 📚 Reference

<!-- If Needed -->

- [Clean Architecture](https://developer.android.com/topic/architecture)
- [Hilt Dependency Injection](https://developer.android.com/training/dependency-injection/hilt-android)
- [Retrofit](https://square.github.io/retrofit/)
- [Room](https://developer.android.com/training/data-storage/room/)

## 🚩 Issue

If you found a bug or an issue, please report by opening a new issue on [this repository](https://github.com/AceHotelProject/AceHotel-App/issues).

## 📝 License

This project is licensed under the **MIT** License - see the [LICENSE](LICENSE) file for details

## 📌 Authors

<p align="center">
<h3> I Putu Krisna Erlangga </h3>
<a target="_blank" href="https://www.linkedin.com/in/krisna-erlangga/"><img height="20" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="linkedin" /></a>
<a target="_blank" href="https://github.com/krsx"><img height="20" src="https://img.shields.io/badge/Github-000000?style=for-the-badge&logo=github&logoColor=white" alt="github"/></a>
<a target="_blank" href="https://krsx-dev.framer.website/">
<img height="20" src="https://img.shields.io/badge/Portfolio-00BC8E?style=for-the-badge&logo=googlecloud&logoColor=white" alt="portofolio"/>
</a>
</p>
Binary file added img/acehotel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6126d04

Please sign in to comment.