Skip to content

구현 과제 - 로그인/회원가입 모달 - 희준#33

Open
yhj0217 wants to merge 2 commits intomainfrom
11-yangHeeJoon
Open

구현 과제 - 로그인/회원가입 모달 - 희준#33
yhj0217 wants to merge 2 commits intomainfrom
11-yangHeeJoon

Conversation

@yhj0217
Copy link
Copy Markdown

@yhj0217 yhj0217 commented Aug 7, 2023

기능 구현 완료했습니다.
체크박스 svg파일로 넣었는데 눌렀을때 색 변하도록 구현 가능하신분 리뷰 부탁드립니다!

@merrybmc merrybmc changed the title [#11] 로그인 모달 및 기능 구현 구현 과제 - 로그인/회원가입 모달 - 희준 Aug 7, 2023
Copy link
Copy Markdown
Collaborator

@merrybmc merrybmc left a comment

Choose a reason for hiding this comment

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

안녕하세요 희준님. 첫 pr을 축하드려요 🎉🎉🎉

구현사항에 대해서 눈에 띄는 부분에 대한 피드백과
svg를 통해 체크박스를 구현하는 방법을 상세하게 서술해드렸어요.

파이팅 💪👍👍

Comment on lines 232 to 259
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

url 경로가 잘못되어 이미지가 표시되고 있지 않습니다.
url('../images/.svg') 따옴표와 .과 ..을 활용하여 상대경로로 경로 작성이 필요합니다.

Comment on lines 20 to 29
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

input과 button 태그는 웹접근성을 고려한 시맨틱 태그와
나중에 js를 구현할 때 필요한 submit 기능을 고려할 때 form 태그로 묶어주시는 것이 좋습니다.

참고해보시면 좋아요. https://developer.mozilla.org/ko/docs/Web/HTML/Element/form

@yhj0217
Copy link
Copy Markdown
Author

yhj0217 commented Aug 7, 2023

병민님 피드백 적용했습니다. 근데 svg 버튼 적용한 부분에서 체크 이미지를 눌렀을때도 체크표시가 변경될 수 있는지 피드백 부탁드립니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants