Skip to content

Capstone-1Team/Check-Pass-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

header

💡 Topic

Bluetooth Beacon 기반 출석 간편화 서비스

🙋‍♂️ Contributions

Bluetooth Beacon과 통신하여 Beacon의 UUIDMajor, Minor 값을 전달 받아 강의실을 구분하고 사용자가 버튼 한번으로 출석 체크를 할 수 있는 iOS native 어플리케이션 개발

📚 Tech Stack

Category Tech
Language Swift 5.9
IDE Xcode 15
Target iOS version iOS 16
Framework SwiftUI, Combine, Google SDK
Archtecture MVVM(Model-View-ViewModel)
Database Google Firebase
Hardware Bluetooth Beacon

🔍 Preview

IMG_0069 IMG_0065
IMG_0060 IMG_0061

🧐 Learned

  • Bluetooth Beacon(iBeacon) 에 대한 이해
  • CLLocationManager class 사용 방법에 대한 이해
  • CLBeaconRegion class 사용 방법에 대한 이해
  • MVVM 아키텍처에 대한 이해