-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [docs] : readme v1.0 * [docs] : 제목에 링크 추가
- Loading branch information
Showing
1 changed file
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,54 @@ | ||
# Funch-AOS | ||
<p align="center"> | ||
<a href="https://play.google.com/store/apps/details?id=com.moya.funch"> | ||
<img width="150" alt="app_icon" src="https://github.com/Nexters/Funch-AOS/assets/54674781/4e820cf8-48df-4c94-8fd5-07a0fed62f22"> | ||
</a> | ||
</p> | ||
|
||
### <p align="center"><a href="https://play.google.com/store/apps/details?id=com.moya.funch">Funch - 친구와 함께하는 케미 측정기</a></p> | ||
|
||
## 앱 스크린샷 | ||
<p align="center"> | ||
<a href="https://play.google.com/store/apps/details?id=com.moya.funch"> | ||
<img src="https://github.com/Nexters/Funch-AOS/assets/54674781/462667ab-3b7d-4e04-a06b-7e4a5906a9c1" width="200"><img src="https://github.com/Nexters/Funch-AOS/assets/54674781/1bd04d21-77f3-4af0-b722-99533d529f84" width="200"><img src="https://github.com/Nexters/Funch-AOS/assets/54674781/ef4ff6f8-0ec2-4482-b58d-b37bdb659bb7" width="200"><img src="https://github.com/Nexters/Funch-AOS/assets/54674781/2fd06dc6-f565-455e-b695-3be63907d028" width="200"> | ||
</a> | ||
</p> | ||
|
||
## 참여한 사람들 | ||
|
||
<div align="center"> | ||
|
||
| <a href="https://github.com/murjune"><img src="https://github.com/Nexters/Funch-AOS/assets/54674781/a3e63df3-35b5-4411-ab11-c0066257af7b" width="150"></a> | <a href="https://github.com/ham2174"><img src="https://github.com/Nexters/Funch-AOS/assets/54674781/388e8bd4-3e86-4369-95ce-9956b18c70b5" width="150"></a> | | ||
|:-------------------------:|:-------------------------:| | ||
| <p align="center"><a href="https://github.com/murjune">이준원</a></p> | <p align="center"><a href="https://github.com/ham2174">함건형</a></p> | | ||
|
||
</div> | ||
|
||
## 모듈 구조 | ||
``` | ||
├── 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 |