-
Notifications
You must be signed in to change notification settings - Fork 46
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
[박수민] week14 #464
The head ref may contain hidden characters: "part2-\uBC15\uC218\uBBFC-week14"
[박수민] week14 #464
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.
우선 signin / signup 파일만 확인하였습니다!
다른 부분들은 천천히 작성해주시면 좋을 것 같습니다.
혹시라도 짧게 리뷰해드렸는데, 더 궁금하신 부분이 계시다면 말씀해주시면 좋을 것 같아요!
고생하셨습니다!
); | ||
} | ||
|
||
export default Signin; |
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.
잘 작성해주셨습니다
<label className={styles.label}>비밀번호 확인</label> | ||
<div className={styles.main}> | ||
<input name="password" type="password" className={styles.checkPassword} required /> | ||
<i className="fa fa-eye fa-lg"></i> |
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.
children이 없는 태그들은 단일 태그로 작성해주시면 좋을 것 같습니다
); | ||
} | ||
|
||
export default Signup; |
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.
다른 부분은 잘 작성해주셨습니다
요구사항
기본
로그인, 회원가입 페이지를 만들어 주세요.
로그인 페이지의 url path는 ‘/signin’, 회원가입 페이지의 url path는 ‘/signup’ 입니다.
Github에 위클리 미션 PR을 만들어 주세요.
React, Next.js를 사용해 진행합니다.
심화
주요 변경사항
스크린샷
멘토에게
너무 늦어서 죄송합니다..!
Next로 프로젝트를 옮기는 것에 시간을 많이 할애 하느라
로그인과 회원가입 페이지는 레이아웃까지만 구현 하였습니다..!