Skip to content

Commit 09933a9

Browse files
committed
Update README.md
1 parent 9fdbfd5 commit 09933a9

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# Reed-Android
1+
# Reed - 문장과 감정을 함께 담는 독서 기록
2+
23
[![Kotlin](https://img.shields.io/badge/Kotlin-2.2.0-blue.svg)](https://kotlinlang.org)
34
[![Gradle](https://img.shields.io/badge/gradle-8.11.1-green.svg)](https://gradle.org/)
45
[![Android Studio](https://img.shields.io/badge/Android%20Studio-2025.1.2%20%28Narwhal%29-green)](https://developer.android.com/studio)
56
[![minSdkVersion](https://img.shields.io/badge/minSdkVersion-28-red)](https://developer.android.com/distribute/best-practices/develop/target-sdk)
67
[![targetSdkVersion](https://img.shields.io/badge/targetSdkVersion-35-orange)](https://developer.android.com/distribute/best-practices/develop/target-sdk)
78
![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/YAPP-Github/Reed-Android?utm_source=oss&utm_medium=github&utm_campaign=YAPP-Github%2FReed-Android&labelColor=171717&color=FF570A&link=https%3A%2F%2Fcoderabbit.ai&label=CodeRabbit+Reviews)
89
<br/>
10+
<img width="1024" height="500" alt="reed_graphic" src="https://github.com/user-attachments/assets/357cab12-db36-4de0-8fad-664abc5df8c8" />
911

10-
Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https://play.google.com/store/apps/details?id=com.ninecraft.booket&hl=ko)
11-
<img width="1024" height="500" alt="reed_graphic" src="https://github.com/user-attachments/assets/9e4e6f0a-46b0-4409-b2f9-d3c5f0a3a8b1" />
12+
<a href="https://play.google.com/store/apps/details?id=com.ninecraft.booket&hl=ko">
13+
<img src="https://github.com/user-attachments/assets/8699ffd3-3399-45eb-9e2b-88818ba62091" width="200" />
14+
</a>
1215

1316
<p align="center">
1417
<img src="https://github.com/user-attachments/assets/f31d5681-bbf0-4de4-93a6-37a2adf54df7" width="30%"/>
@@ -21,6 +24,17 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
2124
</p>
2225

2326
## Features
27+
|| 도서 검색 및 등록 | 내서재 |
28+
|:---:|:---:|:---:|
29+
| <img width="230" alt="" src="https://github.com/user-attachments/assets/657e14e1-e578-4d7c-8c38-3591d61b1429" /> | <img width="230" alt="도서 검색 및 등록" src="https://github.com/user-attachments/assets/7a166abf-1160-4cdf-8ec5-f8071d7f0891" /> | <img width="230" alt="내서재" src="https://github.com/user-attachments/assets/d4679cd4-0188-4763-9adc-e210bef44ef0" /> |
30+
31+
| OCR | 기록 등록 | 도서 & 기록 상세 |
32+
|:---:|:---:|:---:|
33+
| <img width="230" alt="OCR" src="https://github.com/user-attachments/assets/8861b7ea-a0f6-4e26-91be-c15450259752" /> | <img width="230" alt="기록 등록" src="https://github.com/user-attachments/assets/32774861-c9fa-439c-a889-ccbc842eb528" /> | <img width="230" alt="도서 & 기록 상세" src="https://github.com/user-attachments/assets/34304a37-7de1-4876-bd55-f041077b3266" /> |
34+
35+
| 기록 카드 공유 |
36+
|:---:|
37+
| <img width="230" alt="기록 카드 공유" src="https://github.com/user-attachments/assets/4c01a5ed-e5a2-4be4-b950-96a457c87ad7" /> |
2438

2539
## TroubleShooting
2640
- [[Compose] M3 ModalBottomSheet 드래그(터치 이벤트) 막는 법](https://velog.io/@mraz3068/Compose-M3-ModalBottomSheet-Drag-Disabled)
@@ -40,7 +54,7 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
4054
- IDE : Android Studio 최신 버전
4155
- JDK : Java 17을 실행할 수 있는 JDK
4256
- (권장) Android Studio 설치 시 Embedded 된 JDK (Open JDK)
43-
- Java 17을 사용하는 JDK (Open JDK, AdoptOpenJDK, GraalVM)
57+
- Java 17을 사용하는 JDK (Open JDK, AdoptOpenJDK, GraalVM)
4458
- Kotlin Language : 2.2.0
4559

4660
### Language
@@ -50,16 +64,16 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
5064
### Libraries
5165

5266
- AndroidX
53-
- Activity Compose
54-
- Core
55-
- DataStore
56-
- StartUp
57-
- Splash
58-
- CameraX
67+
- Activity Compose
68+
- Core
69+
- DataStore
70+
- StartUp
71+
- Splash
72+
- CameraX
5973

6074
- Kotlin Libraries (Coroutine, Serialization, Immutable Collection)
6175
- Compose
62-
- Material3
76+
- Material3
6377

6478
- [Circuit](https://github.com/slackhq/circuit)
6579
- ~~Google ML Kit~~ Google Cloud Vision

0 commit comments

Comments
 (0)