29th SOLUX Project
프로젝트 기간 : 2024.03.18 ~ 2024.08.04
“감정의 꽃말을 가진 꽃으로 하루의 감정을 기록하는 일기 앱서비스”
이가을 | 김세희 | 윤희재 |
[👑 Team Leader] 일기 기록 및 수정 마이페이지 자동 로그인 |
[🤖 Team Member] 홈 선물 이웃목록 |
[🤖 Team Member] 로그인 회원가입 |
Title | Content |
---|---|
Architecture | Clean Architecture, MVVM |
Design Pattern | Repository Pattern, Adapter Pattern, Observer Pattern |
Jetpack Components | AAC Bottom Navigation, Preference Datastore, Lifecycle, ViewModel |
Dependency Injection | Hilt |
Network | Retrofit, OkHttp |
Asynchronous Processing | Coroutine(+ Flow) |
Third Party Library | Coil, Timber, kotlinSerialization |
Other Tools | Slack, Notion, Figma, Postman |
📦com.flory
├─📂app
│ ├─📂di
│ ├─📂interceptor
├─📂data
│ ├─📂datasource
│ ├─📂datasourceimpl
│ ├─📂dto
│ │ └─📂request
│ │ └─📂response
│ ├─📂mapper
│ ├─📂repositoryimpl
│ ├─📂service
├─📂domain
│ ├─📂entity
│ ├─📂repository
│ ├─📂usecase
├─📂presentation
│ ├─📂auth
│ ├─📂main
│ ├─📂home
│ ├─📂date
│ ├─📂gift
│ │ └─📂confirm
│ │ └─📂send
│ ├─📂profile
│ ├─📂record
│ ├─📂searchNeighbor
└─📂util