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