-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MISSION4/박건규 #34
Open
geongyu09
wants to merge
11
commits into
main
Choose a base branch
from
mission4/geongyu09-new
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
MISSION4/박건규 #34
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
8e2fca0
첫 주차 미션
geongyu09 01fab9c
feat: 4주차 미션을 위한 환경 설정
geongyu09 c01e14e
feat: 환경 설정
geongyu09 7d72b1c
feat: Shop 컴포넌트 추가
geongyu09 70c636b
feat: Intro 컴포넌트 추가
geongyu09 e16cfcc
feat: ToggleBtn 컴포넌트 추가
geongyu09 aea7e9c
feat: Shopping-list 컴포넌트 추가
geongyu09 a8cc296
feat: itemFeed 컴포넌트 추가
geongyu09 55feeaf
첫 주차 미션
geongyu09 9a89353
feat: 4주차 미션을 위한 환경 설정
geongyu09 e71fb72
Merge branch 'mission4/geongyu09' into mission4/geongyu09-new
geongyu09 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"src": "https://img.freepik.com/free-photo/jeans_1203-8092.jpg", | ||
"name": "무시무시한바지", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 2, | ||
"src": "https://img.freepik.com/free-psd/jerzees-pullover-hooded-sweatshirt-mockup-01_126278-94.jpg?w=1480&t=st=1712066977~exp=1712067577~hmac=e2134a114b35532277ab0c2b76ae698527139f0b46b345c0caa0e9aa3d66cd33", | ||
"name": "후드티", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 3, | ||
"src": "https://img.freepik.com/free-photo/basic-white-tee-women-s-apparel-rear-view_53876-108033.jpg?t=st=1712067014~exp=1712070614~hmac=7f176e8ed6876ac7593cb0bf2cc392ede4372858b1fec4bb3e585546753bea02&w=1380", | ||
"name": "반팔 티", | ||
"price": "200000₩", | ||
"isSale": "false" | ||
}, | ||
{ | ||
"id": 4, | ||
"src": "https://img.freepik.com/free-photo/background-textile-protection-back-object_1203-6405.jpg?t=st=1712067043~exp=1712070643~hmac=30c53d8fcb2e8a6d516b952a2f0b1df44ee66af6ec82856ec8f0e676db9b5c8e&w=1060", | ||
"name": "볼 캡 (야구모자)", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 5, | ||
"src": "https://img.freepik.com/free-photo/still-life-rendering-jackets-display_23-2149745031.jpg?t=st=1712067097~exp=1712070697~hmac=2a020243be6e84e0541f2292493bb00dd13ea328e50021ceff86fa567e5fab95&w=2000", | ||
"name": "가죽 자켓", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 6, | ||
"src": "https://img.freepik.com/free-vector/all-types-black-white-socks-sports-every-day-realistic-set-isolated-vector-illustration_1284-73137.jpg?t=st=1712067118~exp=1712070718~hmac=d5bc8f8b274ebd67d98d0bfa02db9e530818eb49b18a7ed13fa3751f26737dae&w=2000", | ||
"name": "양말", | ||
"price": "200000₩", | ||
"isSale": "false" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"src": "https://img.freepik.com/free-photo/jeans_1203-8092.jpg", | ||
"name": "무시무시한바지", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 2, | ||
"src": "https://img.freepik.com/free-psd/jerzees-pullover-hooded-sweatshirt-mockup-01_126278-94.jpg?w=1480&t=st=1712066977~exp=1712067577~hmac=e2134a114b35532277ab0c2b76ae698527139f0b46b345c0caa0e9aa3d66cd33", | ||
"name": "후드티", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 4, | ||
"src": "https://img.freepik.com/free-photo/background-textile-protection-back-object_1203-6405.jpg?t=st=1712067043~exp=1712070643~hmac=30c53d8fcb2e8a6d516b952a2f0b1df44ee66af6ec82856ec8f0e676db9b5c8e&w=1060", | ||
"name": "볼 캡 (야구모자)", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
}, | ||
{ | ||
"id": 5, | ||
"src": "https://img.freepik.com/free-photo/still-life-rendering-jackets-display_23-2149745031.jpg?t=st=1712067097~exp=1712070697~hmac=2a020243be6e84e0541f2292493bb00dd13ea328e50021ceff86fa567e5fab95&w=2000", | ||
"name": "가죽 자켓", | ||
"price": "500000₩", | ||
"isSale": "true" | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다.감사합니다.감사합니다.감사합니다.감사합니다.감사합니다.감사합니다.감사합니다.감사합니다.