Skip to content

Commit

Permalink
[DOCS/#18] 리드미 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park authored Jan 12, 2025
1 parent 920d72d commit eaaede0
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,66 @@
# 35-APPJAM-ANDROID-SPOONY
# SPOONY
<img src="https://github.com/user-attachments/assets/e25de1b2-a2df-465b-a4ff-c6ff8d85b5b4">


**장소의 찐 리스트를 공유하며 신뢰할 수 있는 추천으로 나만의 지도를 완성하는 앱 서비스**

<br>

## CONTRIBUTORS
| 👑박효빈<br/>([@Hyobeen-Park](https://github.com/Hyobeen-Park)) | 한민재<br/>([@angryPodo](https://github.com/angryPodo)) | 안세홍<br/>([@Roel4990](https://github.com/Roel4990)) | 박동민<br/>([@chattymin](https://github.com/chattymin)) |
|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|
| <img width="200px" src="https://avatars.githubusercontent.com/u/98209004?v=4"/> | <img width="200px" src="https://avatars.githubusercontent.com/u/160750136?v=4"/> | <img width="200px" src="https://avatars.githubusercontent.com/u/93641814?v=4"/> | <img width="200px" src="https://avatars.githubusercontent.com/u/52882799?v=4"/> |
| `지도`<br/>`탐색`<br/> | `등록`<br/> | `장소 상세 페이지`<br/>`신고하기`<br/> | ``<br/>


<br>

## PACKAGE CONVENTION

```
📁 core
┣ 📁 designsystem
┣ 📁 util
┣ 📁 state
┗ 📁navigation
📁 data
┣ 📁 dto
┃ ┣ 📁 response
┃ ┣ 📁 request
┣ 📁 datasource
┣ 📁 datasourceImpl
┣ 📁 di
┣ 📁 local
┣ 📁 mapper
┣ 📁 repositoryImpl
┗ 📁 service
📁 domain
┣ 📁 entity
┗ 📁 repository
📁 presentation
┗ 📁 기능 별 패키징
```

<br>

## TECH STACK
| Title | Content |
| ------------ |---------------------------------------|
| Architecture | Clean Architecture, MVVM |
| UI Framework | Jetpack Compose |
| Dependency Injection | Hilt |
| Network | Retrofit2, OkHttp |
| Asynchronous Processing | Coroutine, Flow |
| Third Party Library | Coil, Timber, Lottie, Naver Map |
| Other Tools | Discode, Notion, Figma, Slack |\
</br>

## Convention
[안드푼스들의 깃 컨벤션](https://creative-suede-cad.notion.site/Git-Convention-4038dc7126e34df6aa042b400284b188?pvs=4)
<br/>
[안드푼스들의 코딩 컨벤션](https://creative-suede-cad.notion.site/Android-Coding-Convention-71015e22d6a44f28b07aa756c81b2cf3?pvs=4)

0 comments on commit eaaede0

Please sign in to comment.