Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Read.me v1.0 제작 #118

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 54 additions & 1 deletion README.md
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
Loading