diff --git a/README.md b/README.md index cb3fd55..57836da 100644 --- a/README.md +++ b/README.md @@ -1 +1,54 @@ -# Funch-AOS +
+ + + +
+ +### + +## 앱 스크린샷 ++ + + +
+ +## 참여한 사람들 + + + +## 모듈 구조 +``` +├── app +├── build-logic +├── core +│ ├── data +│ ├── datastore +│ ├── designsystem +│ ├── domain +│ ├── network +│ └── testing +└── feature + ├── collection + ├── home + ├── match + ├── onboarding + └── profile +``` + +## 기술 스택 + +- Clean Architecture +- Multi-Module +- Design System +- Version Catalog +- Compose +- Coroutines + Flow +- Hilt +- JUnit5