Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.09 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.09 KB
ic_launcher-playstore

Chaeda

수학 학습에서의 취약점 분석과 복습 repo:android

채다 시연 영상

클릭하면 시연 영상으로 이동합니다.


Tech Stack ⚒️

  • Clean Architecture

  • Multi-Module

  • MVVM

  • Repository Pattern

  • Compose + XML

  • Hilt

  • Coroutine

  • Version Catalog

  • Kotlin - Flow

  • GitHub Action CI / CD


System Architecture 💻

Data Flow

image

Module

🗃️app
 ┣ 📂di
 ┣ 📂presentation
 ┣ 📂util
🗃️build-logic
 ┣ 📂convention
🗃️core
 ┣ 📂base
🗃️data
 ┣ 📂datasource.remote
 ┣ 📂interceptor
 ┣ 📂local
 ┣ 📂model
 ┃ ┣ 📂request
 ┃ ┣ 📂response
 ┣ 📂repository
 ┣ 📂service
🗃️domain
 ┣ 📂entity
 ┣ 📂enumSet
 ┣ 📂repository