We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<!-- 예시 --> <input data-testid="email-input" /> <input data-testid="password-input" /> <button data-testid="signup-button">회원가입</button>
The text was updated successfully, but these errors were encountered:
feat: 회원가입 component layout 구성(#1)
2d16082
feat: 회원가입 이메일/비밀번호 유효성검사 추가(#1)
63cab75
feat: 회원가입 api 연결(#1)
2038922
No branches or pull requests
구현해야 할 사항
/signup 경로에 회원가입 기능을 개발해주세요
회원가입과 로그인 페이지에 이메일과 비밀번호의 유효성 검사기능을 구현해주세요
이메일과 비밀번호의 유효성 검사 조건은 별도의 추가 조건 부여 없이 위의 조건대로만 진행해주세요
(e.g. 비밀번호 유효성 검사에 특수문자 포함 등의 새로운 조건을 추가하는 행위, 비밀번호 확인 조건을 추가하는 행위 등은 지양해주세요)
보안 상 실제 사용하고 계신 이메일과 패스워드말고 테스트용 이메일, 패스워드 사용을 권장드립니다.
The text was updated successfully, but these errors were encountered: