Giter VIP home page Giter VIP logo

ssafe_signup's Introduction

회원가입 페이지 구현 과제


Main Language & Library



CSS in JS



Newly Used



Development Environment



구현 과제

Pages

Home / SignUp
새로고침 없이 페이지 이동 구현 : react-router-dom 사용

Home

회원가입 버튼 click -> SignUp Page로 이동

SignUp

회원가입 완료되면 SignUp페이지에서 알람을 띄우고, Home으로 이동합니다.
필드가 포커스되면 테두리 색이 변경됩니다.

Data

유효성 검사
‘이메일, 비밀번호, 비밀번호 확인’

Email)
    이메일 필드 유효성 검사 : 이메일 정규식

PassWord)
    8자 이상 16자 이하의 문자열
    하나 이상의 영문자, 하나 이상의 숫자, 하나 이상의 특수문자
    비밀번호 확인 == 비밀번호
    
isValid)
    유효하지 않은 값을 입력 -> 실시간 에러메세지 출력(필드 하단)
    유효한 값이 입력 -> 입력받은 데이터 alert로 띄우기, 메인페이지로 이동

Optional

PassWord Field)
    ‘뜬 눈 아이콘’ click -> 작성한 값 표시
    ‘감은 눈 아이콘’ click -> 작성한 값 "암호로" 표시
    모두 유효한 값 입력 -> 하단의 회원가입 버튼의 색깔 변함 & 활성화 (default: 비활성화)

ssafe_signup's People

Contributors

doreming16 avatar kwakseongjae avatar woongveloper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.