사소한 루틴으로 만드는 마음습관
👑 고아라 | 김태경 | 김민주 | 이우제 |
---|---|---|---|
|
|
|
|
Library | Tag | Tool |
---|---|---|
SnapKit | Layout | SPM |
Alamofire | Network | SPM |
KaKaoOpenSDK | SocialLogin, Share | SPM |
Lottie | Splash, Animation | SPM |
Kingfisher | URL, Image | SPM |
✅ Git Flow
├── 📁 Application
│ ├── 🗂️ Manager
│ ├── Appdelegate
│ ├── SceneDelegate
├── 📁 Global
│ ├── 🗂️ Resources
│ │ ├── 🗂️ Lottie
│ │ ├── 🗂️ Font
│ │ ├── Assets
│ ├── 🗂️ Extension
│ ├── 🗂️ Literals
│ ├── 🗂️ Protocols
│ ├── 🗂️ Supporting Files
│ │ ├── LaunchScreen
├── 📁 Network
│ ├── 🗂️ Environment
│ ├── 🗂️ Base
│ ├── 🗂️ Entity
│ ├── 🗂️ Services
├── 📁 Presentation
│ ├── 🗂️ Common
│ ├── 🗂️ Home
│ │ │ ├── 🗂️ HomeScene
│ │ │ │ ├── 🗂️ ViewController
│ │ │ │ ├── 🗂️ View
├───├───├───├───├── 🗂️ Cell
├── Info.plist
├── .swiftlint