Skip to content
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

[김가희] sprint6 #113

Conversation

stella-418
Copy link
Collaborator

요구사항

기본

  • [x]
  • []
  • []

심화

  • [x]
  • []

주요 변경사항

스크린샷

image

멘토에게

  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@stella-418 stella-418 changed the base branch from main to React-김가희 October 19, 2024 13:13
@stella-418 stella-418 requested review from JaeSang1998 and GANGYIKIM and removed request for JaeSang1998 October 19, 2024 13:14
@stella-418 stella-418 self-assigned this Oct 19, 2024
@stella-418 stella-418 added the 미완성🫠 죄송합니다.. label Oct 19, 2024
Copy link
Collaborator

@GANGYIKIM GANGYIKIM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

가희님 이번 스프린트 미션 하시느라 고생하셨어요~
제가 작업중인 파일이라도 올려달라고 부탁드렸는데 들어주셔서 감사합니다 ☺️
아직 UI 작업과 구조를 잡으시는 중이신 것 같고 올려주신 것들은
다 괜찮아서 피드백 드릴 것이 거의 없었네요~

다만 코드 공백이 좀 정리가 안된느낌이 있어서 prettier 같은 것을 쓰시면 어떨까싶습니다~
아래 링크를 참고해보세요~
https://velog.io/@gangk_99/VS-Code-Prettier-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0

className={style.searchBar}
placeholder="검색할 상품을 입력해주세요"
></input>
<button className={style.btnStyle}>상품 등록하기</button>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2:
button 태그의 경우 type을 명시해주시는 것이 좋습니다~

Suggested change
<button className={style.btnStyle}>상품 등록하기</button>
<button type='button' className={style.btnStyle}>상품 등록하기</button>

Comment on lines +11 to +14
<input
className={style.searchBar}
placeholder="검색할 상품을 입력해주세요"
></input>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3:
children값이 없을 경우 아래처럼 하셔도 됩니다~

Suggested change
<input
className={style.searchBar}
placeholder="검색할 상품을 입력해주세요"
></input>
<input
className={style.searchBar}
placeholder="검색할 상품을 입력해주세요"
/>

@GANGYIKIM GANGYIKIM merged commit 3bf24cf into codeit-bootcamp-frontend:React-김가희 Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
미완성🫠 죄송합니다..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants