From ac79ef4d157611e8cc43171c4e1d3ad412d4bea6 Mon Sep 17 00:00:00 2001
From: ckals413 <124526270+ckals413@users.noreply.github.com>
Date: Fri, 23 Jan 2026 21:21:31 +0900
Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=EB=A6=AC=EB=93=9C=EB=AF=B8=20?=
=?UTF-8?q?=EC=9E=91=EC=84=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 73 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4d53d9a2..b8e25917 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,73 @@
-# Flint-Android
-플린트 안드로이드 레포지토리입니다
+# 🎬 Flint
+
+> OTT 콘텐츠 추천 및 관리 플랫폼
+
+FLINT는 알고리즘 대신 누군가의 시선과 맥락이 담긴 **컬렉션**을 통해 시청 동기를 자극하는 OTT 콘텐츠 탐색 서비스입니다. 작품의 단순 정보가 아닌 **매력 포인트**에 집중한 큐레이션으로 정보 과잉에 지친 사용자의 탐색 피로를 획기적으로 줄여줍니다. 사용자는 끌리는 컬렉션을 수집하고 직접 생성하며, 파편화된 시청 이력을 나만의 고유한 **취향 키워드**로 축적할 수 있습니다. 단순히 볼거리를 추천하는 것을 넘어, 사용자가 스스로 '무엇에 끌리는 사람인지' 발견하고 정의하는 경험을 제공합니다.
+
+
+
+## 👥 Contributors
+|
|
|
|
|
|
+|:---:|:---:|:---:|:---:|:---:|
+| **[김나현](https://github.com/contributor1)** | **[김종우](https://github.com/contributor3)** | **[박찬미](https://github.com/contributor4)** | **[임차민](https://github.com/contributor5)** | **[김준서](https://github.com/contributor2)** |
+| 프로필, 컬렉션 목록 | 홈, 로그인 | 컬렉션 생성 | 스플레시, 온보딩 | 탐색, 컬렉션 상세 |
+
+
+
+## 🛠 Tech Stack
+
+### Architecture
+- **Google App Architecture** (Data - Domain - Presentation)
+- **MVVM Pattern**
+- **Repository Pattern**
+
+### Android
+- **Language**: Kotlin
+- **UI**: Jetpack Compose
+- **Dependency Injection**: Hilt
+- **Asynchronous**: Coroutines, Flow
+- **Network**: Retrofit, OkHttp, kotlinx.serialization
+- **Local Storage**: DataStore
+- **Navigation**: Type-safe Navigation Component
+
+## 📦 Project Structure
+```
+
+com.flint/
+├── core/
+│ ├── common/
+│ │ ├── di/
+│ │ ├── datastore/
+│ │ ├── extension/
+│ │ ├── manager/
+│ │ └── util/
+│ ├── designsystem/
+│ │ ├── theme/
+│ │ └── component/
+│ └── navigation/
+│
+├── data/
+│ ├── api/
+│ ├── dto/
+│ │ ├── base/
+│ │ └── {feature}/
+│ │ ├── request/
+│ │ └── response/
+│ ├── di/
+│ └── local/
+│
+├── domain/
+│ ├── model/
+│ ├── mapper/
+│ ├── repository/
+│ └── type/
+│
+└── presentation/
+ └── {feature}/
+ ├── *Route.kt
+ ├── *Screen.kt
+ ├── *ViewModel.kt
+ └── *UiState.kt
+```
+
+
From 844a28b382511b4e205de42e301e5c4c470a9080 Mon Sep 17 00:00:00 2001
From: ckals413 <124526270+ckals413@users.noreply.github.com>
Date: Fri, 23 Jan 2026 21:57:33 +0900
Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EB=A6=AC=EB=93=9C=EB=AF=B8=20?=
=?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b8e25917..2deefc4f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ FLINT는 알고리즘 대신 누군가의 시선과 맥락이 담긴 **컬렉션
## 👥 Contributors
|
|
|
|
|
|
|:---:|:---:|:---:|:---:|:---:|
-| **[김나현](https://github.com/contributor1)** | **[김종우](https://github.com/contributor3)** | **[박찬미](https://github.com/contributor4)** | **[임차민](https://github.com/contributor5)** | **[김준서](https://github.com/contributor2)** |
+| **[김나현](https://github.com/nahy-512)** | **[김종우](https://github.com/kimjw2003)** | **[박찬미](https://github.com/chanmi1125)** | **[임차민](https://github.com/ckals413)** | **[김준서](https://github.com/giovannijunseokim)** |
| 프로필, 컬렉션 목록 | 홈, 로그인 | 컬렉션 생성 | 스플레시, 온보딩 | 탐색, 컬렉션 상세 |
@@ -70,4 +70,5 @@ com.flint/
└── *UiState.kt
```
-
+## Flint 코드/ 깃/ 브랜치 컨벤션
+https://ckals413.notion.site/Flint-2f17f139a61a80268a92cd07adc59f90?source=copy_link