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

[김진희] Sprint3 #108

Merged

Conversation

lemon1335
Copy link
Collaborator

@lemon1335 lemon1335 commented Sep 21, 2024

요구사항

기본

  • 브라우저에 현재 보이는 화면의 영역(viewport) 너비를 기준으로 분기되는 반응형 디자인을 적용합니다.
  • [ ]
  • Tablet 사이즈로 작아질 때 “판다마켓” 로고의 왼쪽에 여백 24px, “로그인” 버튼 오른쪽 여백 24px을 유지할 수 있도록 “판다마켓” 로고와 “로그인" 버튼의 간격이 가까워집니다.
  • [ ]
  • Mobile 사이즈로 작아질 때 “판다마켓” 로고의 왼쪽에 여백 16px, “로그인” 버튼 오른쪽 여백 16px을 유지할 수 있도록 “판다마켓” 로고와 “로그인" 버튼의 간격이 가까워집니다.
  • [ ]
  • 화면 영역이 줄어들면 “Privacy Policy”, “FAQ”, “codeit-2024”이 있는 영역과 SNS 아이콘들이 있는 영역의 간격이 줄어듭니다.
  • [ ]
  • 로그인, 회원가입 페이지 공통
  • [ ]
  • Tablet 사이즈에서 내부 디자인은 PC사이즈와 동일합니다.
  • [ ]
  • Mobile 사이즈에서 좌우 여백 16px 제외하고 내부 요소들이 너비를 모두 차지합니다.
  • [ ]
  • Mobile 사이즈에서 내부 요소들의 너비는 기기의 너비가 커지는 만큼 커지지만 400px을 넘지 않습니다.
  • [ ]
    -체크리스트 [심화]
  • 페이스북, 카카오톡, 디스코드, 트위터 등 SNS에서 Linkbrary 랜딩 페이지(“/”) 공유 시 좌측 예시와 같은 미리보기를 볼 수 있도록 랜딩 페이지 메타 태그를 설정해 주세요.
  • [ ]
  • 미리보기에서 제목은 “판다 마켓”, 설명은 “일상의 모든 물건을 거래해보세요”로 설정합니다.
  • [ ]
  • 주소와 이미지는 자유롭게 설정하세요.

스크린샷

image

멘토에게

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

@lemon1335 lemon1335 requested a review from kiJu2 September 21, 2024 14:59
@lemon1335 lemon1335 self-assigned this Sep 21, 2024
@lemon1335 lemon1335 added the 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. label Sep 21, 2024
@lemon1335 lemon1335 changed the title [김진희] [김진희] Sprint3 Sep 21, 2024
@lemon1335
Copy link
Collaborator Author

lemon1335 commented Sep 21, 2024

  1. 코드 리팩토링 할 때, 같은 요소가 있는 것 하나하나 다 쪼개는 게 좋은지, 아니면 공통 요소들이 있는 조금 더 큰 덩어리(예를 들면 2-3개 정도)로 쪼개는 게 좋은지 궁금합니다,,!

@kiJu2
Copy link
Collaborator

kiJu2 commented Sep 23, 2024

수고 하셨습니다 ! 스프리트 미션 하시느라 정말 수고 많으셨어요.
학습에 도움 되실 수 있게 꼼꼼히 리뷰 하도록 해보겠습니다. 😊

@kiJu2
Copy link
Collaborator

kiJu2 commented Sep 23, 2024

코드 리팩토링 할 때, 같은 요소가 있는 것 하나하나 다 쪼개는 게 좋은지, 아니면 공통 요소들이 있는 조금 더 큰 덩어리(예를 들면 2-3개 정도)로 쪼개는 게 좋은지 궁금합니다,,!

커밋 단위를 질문하시는거라면 부담이 되지 않는 선에서 지금처럼 쪼개는게 베스트긴 하지요 ! 다만, 이렇게 쪼개면 개바할 때 힘들어하실 것 같군요 ㄷㄷㄷ 조금 더 �단위가 큰 기능 단위로 쪼개도 될 것 같아요 ! "네비게이션 바 퍼블리싱", "네비게이션 바 반응형 처리", "메인 섹션 컴포넌트 개발"처럼 기능 단위로 쪼개셔도 될 듯 합니다 !

Copy link
Collaborator

Choose a reason for hiding this comment

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

굳굳 svg로 바꾸셨군요 ! 👍👍👍

피드백을 잘 수용하셨네요 ㅎㅎㅎ 👍👍

Comment on lines +6 to +16
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="일상의 모든 물건을 거래해 보세요!" />
<meta name="og:title" content="믿을 수 있는 중고거래, 판다마켓" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/home_bottom.png" />
<meta
property="og:description"
content="일상의 모든 물건을 거래하다, 판다마켓"
/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

크으 메타 태그도 설정해두시고 ~! 👍👍

<img src="images/logo.png" alt="로고" />
<h1><a href="index.html" class="title">판다마켓</a></h1>
</div>
<a href="site.html/login.html" class="button small-button"> 로그인 </a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

buttonsmall-button으로 나누셨군요 !

스타일에 맞는 이름 선정도 훌륭하고, 스타일을 나눔으로서 재사용성을 좋게하고 코드 중복을 줄일 수 있겠네요 👍👍

<div class="top-text">일상의 모든 물건을 <br /></div>
<div class="top-text">거래해 보세요</div>
</h2>
<a href="site.html/items.html" class="button large-button">
Copy link
Collaborator

Choose a reason for hiding this comment

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

움 혹시 site.html/items.html은 의도된걸까요?

잘 동작하는지는 모르겠으나 items.html 이렇게 작성될텐데.. 싶어서 질문드립니다.


<body>
<body>
Copy link
Collaborator

Choose a reason for hiding this comment

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

어떤 차이인가 했는데 !

프리티어를 적용하신거였군요 ! 코드가 훨씬 보기 좋아졌네요. 굳굳 훌륭합니다 👍

Comment on lines +38 to +80
<form class="email-form">
<label for="signup-email" class="email-form__input"
>이메일<br />
<input
id="signup-email"
name="email"
type="email"
placeholder="이메일을 입력해주세요"
/>
</label>
</form>
<form class="nickname-form">
<label for="signup-nickname" class="nickname-form__input"
>닉네임<br />
<input
id="signup-nickname"
name="nickname"
placeholder="닉네임을 입력해주세요"
/>
</label>
</form>
<form class="password-form">
<label for="signup-password" class="password-form__input"
>비밀번호<br />
<input
id="signup-password"
name="password"
type="password"
placeholder="비밀번호를 입력해주세요"
/>
</label>
</form>
<form class="password-form">
<label for="checkout-password" class="password-form__input"
>비밀번호 확인<br />
<input
id="checkout-password"
name="password"
type="password"
placeholder="비밀번호를 다시 한 번 입력해주세요"
/>
</label>
</form>
Copy link
Collaborator

Choose a reason for hiding this comment

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

<form />은 제출할 input들을 감싸야 합니다 !

Suggested change
<form class="email-form">
<label for="signup-email" class="email-form__input"
>이메일<br />
<input
id="signup-email"
name="email"
type="email"
placeholder="이메일을 입력해주세요"
/>
</label>
</form>
<form class="nickname-form">
<label for="signup-nickname" class="nickname-form__input"
>닉네임<br />
<input
id="signup-nickname"
name="nickname"
placeholder="닉네임을 입력해주세요"
/>
</label>
</form>
<form class="password-form">
<label for="signup-password" class="password-form__input"
>비밀번호<br />
<input
id="signup-password"
name="password"
type="password"
placeholder="비밀번호를 입력해주세요"
/>
</label>
</form>
<form class="password-form">
<label for="checkout-password" class="password-form__input"
>비밀번호 확인<br />
<input
id="checkout-password"
name="password"
type="password"
placeholder="비밀번호를 다시 한 번 입력해주세요"
/>
</label>
</form>
<form class="email-form">
<label for="signup-email" class="email-form__input"
>이메일<br />
<input
id="signup-email"
name="email"
type="email"
placeholder="이메일을 입력해주세요"
/>
</label>
<label for="signup-nickname" class="nickname-form__input"
>닉네임<br />
<input
id="signup-nickname"
name="nickname"
placeholder="닉네임을 입력해주세요"
/>
</label>
<label for="signup-password" class="password-form__input"
>비밀번호<br />
<input
id="signup-password"
name="password"
type="password"
placeholder="비밀번호를 입력해주세요"
/>
</label>
<label for="checkout-password" class="password-form__input"
>비밀번호 확인<br />
<input
id="checkout-password"
name="password"
type="password"
placeholder="비밀번호를 다시 한 번 입력해주세요"
/>
</label>
</form>

input 하나 당 form 하나가 아닌, 서버에게 보낼 데이터들을 입력할 input들을 감싸야 합니다 ! 😊😊

Comment on lines +11 to +35
@media (max-width: 1199px) {
.nickname-form__input {
display: flex;
gap: 16px;
flex-direction: column;
font-weight: 700;
font-size: 18px;
color: var(--gray-800);
line-height: 21px;
}
}

@media (min-width: 1200px) {
.nickname-form__input {
display: flex;
gap: 16px;
flex-direction: column;
font-weight: 700;
font-size: 18px;
color: var(--gray-800);
line-height: 21px;
}
}

@media (max-width: 767px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

굳굳~! 반응형을 적용하셨군요 👍👍

Comment on lines +61 to +77
* {
box-sizing: border-box;
margin: 0;
}

* {
--primary: #3692ff;
--cyan-blue: #cfe5ff;
--white: #ffffff;
--gray-400: #9ca3af;
--light-gray: #dfdfdf;
--gray-200: #e5e7eb;
--gray-100: #f3f4f6;
--gray-50: #f9fafb;
--gray-10: #fcfcfc;
--black-900: #111827;
--black-700: #374151;
Copy link
Collaborator

Choose a reason for hiding this comment

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

해당 스타일이 반응형인 것은 의도된걸까요?

컬러 팔레트와 글로벌하게 적용될 스타일은 반응형으로 처리해두지 않아도 될 것 같아요 ! 미디어 쿼리를 사용하게 되면 불필요한 코드 중복이 생기게 됩니다 😊

@kiJu2
Copy link
Collaborator

kiJu2 commented Sep 23, 2024

수고 많으셨습니다 진희님 !!
길다면 길고 짧다면 짧은 한 달이었네요 ㅎㅎㅎ 깃은 잘 적응하셨을까요?
어려움에 부딪혀도 끝까지 학습에 임하시는 모습이 정말 보기 좋았습니다 ㅎㅎㅎ 지금처럼 꾸준히 학습하시면 근미래에 분명 좋은 개발자로 성장하실 거라고 믿어 의심치 않습니다 !!
한 달 간 수고 많으셨습니다 진희님 🥺🥺

@kiJu2 kiJu2 merged commit 453e5d0 into codeit-bootcamp-frontend:Basic-김진희 Sep 23, 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