DACOS X SOLUX HACKATHON
프로젝트 기간 : 2024.11.08 ~ 2024.11.09
이가을 | 백서연 |
스플래시 | 로그인 | 회원가입 |
밥상 지도 | 착한 밥상 | 제보 |
상세 | 제보 작성 | 리뷰 작성 |
프로필 | 좋아요 목록 | 로그아웃 |
Title | Content |
---|---|
Architecture | Clean Architecture, MVVM |
Design Pattern | Repository Pattern, Adapter Pattern, Observer Pattern |
Jetpack Components | Jetpack Compose, Preferences Datastore, Lifecycle, ViewModel |
Dependency Injection | Hilt |
Network | Retrofit, OkHttp, Multipart |
Asynchronous Processing | Coroutine(+ Flow) |
Third Party Library | Coil, Timber, kotlinSerialization, CircleIndicator |
CI | Github Action(KtLint, Compile Check) |
Other Tools | Discord, Notion, Figma, Swagger |
📦com.hackathon.alddeul_babsang
├─📂app
│ ├─📂di
│ ├─📂interceptor
├─📂core_ui
│ ├─📂base
│ ├─📂component
│ ├─📂theme
│ ├─📂util
│ ├─📂view
├─📂data
│ ├─📂datasource
│ ├─📂dto
│ │ └─📂request
│ │ └─📂response
│ ├─📂mapper
│ ├─📂repositoryimpl
├─📂data_local
├─📂data_remote
│ ├─📂api
│ ├─📂datasourceimpl
├─📂domain
│ ├─📂entity
│ ├─📂repository
├─📂presentation
│ ├─📂auth
│ ├─📂babsang
│ ├─📂detail
│ ├─📂main
│ ├─📂profile
│ ├─📂map
│ ├─📂report
└─📂util