Skip to content

9ITHON/10-MindPrep-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

10-MindPrep-FE

라이브러리

  • moya
  • kakaologin
  • cluadeAPI

파일 구조

MindPrep/
├── App/
├── Models/
│   ├── User.swift
│   ├── Report.swift
│   ├── EmotionLetter.swift
│   ├── LoginCredentials.swift
│   └── KakaoUser.swift
├── Views/
│   ├── Login/
│   │   └── LoginView.swift
│   │   
│   ├── Home/
│   │   └── HomeView.swift         
│   │   
│   ├── Report/
│   │   └── ReportView.swift
│   │   
│   ├── EmotionLetter/
│   │   └── EmotionLetterView.swift
│   │   
│   └── Profile/
│       └── ProfileView.swift
│      
├── Component/
│   └── NavigationBar/
│
├── ViewModels/
│   ├── LoginViewModel.swift
│   ├── HomeViewModel.swift
│   ├── ReportViewModel.swift
│   ├── EmotionLetterViewModel.swift
│   └── ProfileViewModel.swift
├── Network/
│   ├── API/
│   │   ├── AuthAPI.swift
│   │   ├── ReportAPI.swift
│   │   ├── EmotionLetterAPI.swift
│   │   └── UserAPI.swift
│   ├── Services/
│   │   ├── AuthService.swift
│   │   ├── KakaoAuthService.swift
│   │   ├── ReportService.swift
│   │   ├── EmotionLetterService.swift
│   │   └── UserService.swift
│   └── NetworkManager.swift
├── Utilities/
│   └── Extensions/                
│   
│  
├── Resources/
│   ├── Fonts/                     
│   └── Assets.xcassets            
└── Info.plist                    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages