Skip to content

Commit 51f12e0

Browse files
committed
docs: Update README.md
1 parent d5857ab commit 51f12e0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## 🤍 Summary
44

5+
### 메인 화면
6+
7+
- **로딩 중인 상태**
8+
- `SkeletonView` + `CircularProgressIndicator` 사용
9+
- **북마크**
10+
- 북마크가 없는 상태 → 북마크 섹션 생략
11+
- 북마크가 있는 상태 → `Room` 에 저장 → 북마크 섹션 보여짐
12+
- **무한 스크롤**
13+
- 페이지 단위로 API를 호출하여, 최하단에 도달 시 다음 페이지 이미지들을 불러옴
14+
515
## 📸 ScreenShots
616

717
<p>
@@ -19,7 +29,7 @@
1929
- Kotlin
2030

2131
- **UI**
22-
- Jetpack Compose
32+
- Jetpack Compose
2333

2434
- **API**
2535
- [Unsplash](https://unsplash.com/developers)

0 commit comments

Comments
 (0)