diff --git a/README.md b/README.md index cb3fd55..57836da 100644 --- a/README.md +++ b/README.md @@ -1 +1,54 @@ -# Funch-AOS +

+ + app_icon + +

+ +###

Funch - 친구와 함께하는 케미 측정기

+ +## 앱 스크린샷 +

+ + + +

+ +## 참여한 사람들 + +
+ +| | | +|:-------------------------:|:-------------------------:| +|

이준원

|

함건형

| + +
+ +## 모듈 구조 +``` +├── 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