-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71d6f23
commit 6fa65e6
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# 34️⃣ 4주차 상품 주문하기 | ||
# 4️⃣ 4주차 상품 주문하기 | ||
## 📡 1단계 - 상품 상세 페이지 & 상품 결제하기 Form 구현하기 | ||
### ✅ 기능 목록 | ||
- [] chakra-ui 설치 | ||
- [] 상품 상세페이지 UI 구현 | ||
- [] 강품 결제페이지 UI 구현 | ||
- [] `/api/v1/products/{productId}/detail`, `/api/v1/products/{productId}/options`에 대한 API 구현 | ||
- [] 없는 상품의 경우 메인 페이지로 리다이렉트 | ||
- [] 나에게 선물하기 버튼 클릭 시 로그인이 되어있지 않다면 로그인 페이지로 리다이렉트 |