Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
필수 요구사항
react-router-dom을 사용해서 새로고침 없이 페이지 이동을 구현
Home에 회원가입 버튼을 누르면 SignUp페이지로 이동
회원가입 완료되면 SignUp페이지에서 알람을 띄우고, Home으로 이동
필드가 포커스되면 테두리 색이 변경
회원가입 데이터에 대해 유효성 검사 완료
이메일 정규식을 사용하여 이메일 필드의 유효성을 검사
유효하지않은 값을 입력하면 각각의 필드 하단에 실시간으로 적절한 에러메세지를 출력
유효한 값이 입력되면 입력받은 데이터를 alert로 띄우고 메인페이지로 이동
선택 요구사항
비밀 번호 필드 InVisible 구현완료
회원가입 번호 비활성화 기능 구현완료