-
Notifications
You must be signed in to change notification settings - Fork 43
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
[김소영] sprint7 #271
The head ref may contain hidden characters: "React-\uAE40\uC18C\uC601-sprint7"
[김소영] sprint7 #271
Conversation
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.
고생하셨습니다 ㅎ
if (!imgRef.current || !imgRef.current.files[0]) { | ||
console.error('파일이 선택되지 않았습니다.'); | ||
return; | ||
} |
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.
👍👍👍
<button className="page_button"> | ||
<img src={arrowLeft} /> | ||
</button> | ||
<button className="page_button active">1</button> | ||
<button className="page_button">2</button> | ||
<button className="page_button">3</button> | ||
<button className="page_button">4</button> | ||
<button className="page_button">5</button> | ||
<button className="page_button"> | ||
<img src={arrowRight} /> | ||
</button> |
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.
버튼에 typee등을 명시하면 좀 더 좋겠네요 ㅎ
요구사항
Github에 PR(Pull Request)을 만들어서 미션을 제출합니다.
피그마 디자인에 맞게 페이지를 만들어 주세요.
React를 사용합니다
기본
중고마켓
중고마켓 반응형
< 베스트 상품 >
< 전체 상품 >
상품 등록
심화
주요 변경사항
스크린샷
멘토에게