Skip to content
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

[1단계 - 페이먼츠] - 버건디(전태헌) 미션 제출합니다. #343

Merged
merged 40 commits into from
Apr 21, 2024

Commits on Apr 16, 2024

  1. style: prettier 설정

    Co-authored-by: Placeholder Author <placeholder@author.com>
    Largopie and Placeholder Author committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eac1107 View commit details
    Browse the repository at this point in the history
  2. docs: 기능 요구사항 작성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a2eaf72 View commit details
    Browse the repository at this point in the history
  3. chore: styled-components, styled-reset 설치

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bcd9c7d View commit details
    Browse the repository at this point in the history
  4. feat: 공용 인풋 컴포넌트 생성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cded571 View commit details
    Browse the repository at this point in the history
  5. feat: sr-only 라벨 컴포넌트 생성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6dcf8e2 View commit details
    Browse the repository at this point in the history
  6. feat: 글로벌 스타일 설정

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b5f8195 View commit details
    Browse the repository at this point in the history
  7. feat(storybook): 인풋 공용 컴포넌트 스토리북 작성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7173e07 View commit details
    Browse the repository at this point in the history
  8. feat: 인풋 섹션 컴포넌트 생성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4552764 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat: useCardNumber 커스텀 훅 생성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2ea7df5 View commit details
    Browse the repository at this point in the history
  2. feat: useInput 커스텀 훅 생성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3b17e49 View commit details
    Browse the repository at this point in the history
  3. feat(validate): 숫자 범위 유효성 검사 메서드 구현

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7f0e7d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    152e9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b9ee0 View commit details
    Browse the repository at this point in the history
  3. docs: 카드 브랜드 조건 추가

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ac06ece View commit details
    Browse the repository at this point in the history
  4. feat(validate): 유효성 검사 추가

    - 숫자 유효성 검증
    - 비자 카드 유효성 검증
    - 마스터 카드 유효성 검증
    - 영어 유효성 검증
    
    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    17fabd6 View commit details
    Browse the repository at this point in the history
  5. refactor: useInput 로직 수정

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f86c2a View commit details
    Browse the repository at this point in the history
  6. feat: useCardNumber 유효성 검사 로직 추가

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4c06f2f View commit details
    Browse the repository at this point in the history
  7. refactor: Input 컴포넌트 로직 수정

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b323507 View commit details
    Browse the repository at this point in the history
  8. chore: cardNumbers 타입 수정

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    11aeaf6 View commit details
    Browse the repository at this point in the history
  9. feat(App): 컴포넌트 및 상태 바인딩

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2185961 View commit details
    Browse the repository at this point in the history
  10. feat: 상수 분리

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8bd4982 View commit details
    Browse the repository at this point in the history
  11. feat: 인풋 컴포넌트 관련 스토리북 작성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c843b8a View commit details
    Browse the repository at this point in the history
  12. feat: CreditCard 관련 스토리북 작성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    76a8058 View commit details
    Browse the repository at this point in the history
  13. feat: InputSection 관련 스토리북 작성

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fecb622 View commit details
    Browse the repository at this point in the history
  14. chore: App 컴포넌트 스토리북 중앙 정렬

    Co-authored-by: brgndyy <brgndyy@gmail.com>
    Largopie and brgndyy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a9f5148 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    f60738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a9308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    420baad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d5ea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    208b14d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f03f3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    422de20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c7a8f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    394d204 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    456e349 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf45ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1ff303 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    10f0b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ae286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63c30a View commit details
    Browse the repository at this point in the history