-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Seokki-Kwon
authored
Nov 17, 2024
1 parent
c5768ed
commit d6c4c5b
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<p align="center"> | ||
<img src="https://github.com/user-attachments/assets/e85b443a-c28e-456a-8342-105984ccaa79" alt="App Icon" width="100" height="100"/> | ||
</p> | ||
|
||
<h1 align="center">홍익열공이 ✨</h1> | ||
|
||
<p align="center"> | ||
자주 잊어버리는 열람실 이용 연장 시간을 | ||
‘홍익열공이’가 알려줄게요! | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://apps.apple.com/app/com.teamHY2.HongikYeolgong2"> | ||
<img src="https://github.com/user-attachments/assets/25af0602-a0f2-4282-ae35-37896dab1f36" alt="Download App Store" width="120"> | ||
</a> | ||
</p> | ||
|
||
## 🛠 Tech Stack | ||
|
||
- **Framework:** SwiftUI | ||
- **Architecture:** Clean Architecture | ||
- **Reactive Programming:** Combine | ||
- **Minimum iOS Version:** iOS 16.0+ | ||
- **Xcode Version:** 15.4+ | ||
|
||
## 📚 Libraries | ||
|
||
### Firebase | ||
- **Firebase iOS SDK** | ||
- Authentication | ||
- Firestore | ||
|
||
## 🌟 Key Features | ||
|
||
- 실시간 좌석 현황 확인 | ||
- 이용 시간 관리 | ||
- 알림 서비스 | ||
- 학과별 랭킹 | ||
|
||
## 🏗 Architecture | ||
|
||
본 프로젝트는 Clean Architecture를 기반으로 구현되었으며, 다음과 같은 레이어로 구성되어 있습니다: | ||
|
||
- **Presentation Layer (SwiftUI Views)** | ||
- SwiftUI View | ||
|
||
- **Domain Layer** | ||
- Interactors | ||
- Entities | ||
- Repository Interfaces | ||
|
||
- **Data Layer** | ||
- Repository Implementations | ||
- Data Sources | ||
- DTOs | ||
|
||
## 👥 Team | ||
|
||
## 📱 Screenshots | ||
|
||
<p align="center"> | ||
<img src="https://github.com/user-attachments/assets/cde1df71-510c-4be0-b12d-3929ddb876c7" alt="Screenshot 1" width="200"/> | ||
<img src="https://github.com/user-attachments/assets/43bbeab0-ffe8-4058-ae6d-50eff5cf7e65" alt="Screenshot 2" width="200"/> | ||
<img src="https://github.com/user-attachments/assets/ca2a8cbb-f1e0-4671-ab9f-8013eb7b67be" alt="Screenshot 3" width="200"/> | ||
<img src="https://github.com/user-attachments/assets/c1486a11-9c85-491b-94c5-a13182123ddc" alt="Screenshot 4" width="200"/> | ||
</p> |