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

[ 4주차 기본/심화/공유 과제 ] 로그인, 회원가입 구현해보기 #4

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. init: 초기 세팅

    imddoy committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bef4200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4729b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: 카드 뒤집기 구현

    카드 클릭 -> 오픈
    매칭 성공 -> 오픈 고정
    매칭 실패 -> 오픈 취소
    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dcb74fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea7112 View commit details
    Browse the repository at this point in the history
  3. feat: 스코어 구현

    카드 매칭 -> 스코어 +1
    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    777366e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a87ef View commit details
    Browse the repository at this point in the history
  5. docs: 리드미 수정

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6d34f54 View commit details
    Browse the repository at this point in the history
  6. feat: reset 구현

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6d62890 View commit details
    Browse the repository at this point in the history
  7. rename: 폴더명 변경

    headercontroller -> header 로 짧게 변경
    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9b156d2 View commit details
    Browse the repository at this point in the history
  8. feat: 모달 오픈

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1cf13ad View commit details
    Browse the repository at this point in the history
  9. feat: 모달 클로즈

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    272a938 View commit details
    Browse the repository at this point in the history
  10. chore: 컴포넌트명 변경

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    df6990d View commit details
    Browse the repository at this point in the history
  11. remove: 콘솔로그 삭제

    imddoy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a43ae65 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. design: reset z-index

    imddoy committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a27f074 View commit details
    Browse the repository at this point in the history
  2. design: 파비콘

    imddoy committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7c60fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71827fc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. chore: 상수데이터 분리

    imddoy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7cc71c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d55c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b06c3 View commit details
    Browse the repository at this point in the history
  4. chore: null 사용 대신 ! 사용

    null은 falsy한 값이므로 똑같게 사용됨
     null인 경우와 다른 falsy한 값(0 등)일 경우가 다른 경우로 분기되어야 하는 상황은 제외
    imddoy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a23b2ad View commit details
    Browse the repository at this point in the history
  5. chore: style 분리

    imddoy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4e6dc1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94b08a4 View commit details
    Browse the repository at this point in the history
  7. chore: 콘솔로그 삭제

    imddoy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d8cc8a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d24cc View commit details
    Browse the repository at this point in the history
  9. chore: 레벨 초기화때 숫자가 아닌 상수 사용하기

    코드를 봤을때 이해하기 쉽도록
    5로 하드코딩하는 것이 아닌 상수에서 값을 가져오기
    imddoy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4ede787 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1329f9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. init: 초기 세팅

    imddoy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d8e2c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8cd88 View commit details
    Browse the repository at this point in the history
  3. feat: 회원가입 구현

    전화번호 -은 실행 안됨
    imddoy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e91b2de View commit details
    Browse the repository at this point in the history
  4. feat: 로그인 완료 구현

    imddoy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9a0613f View commit details
    Browse the repository at this point in the history
  5. feat: 메인페이지 구현

    imddoy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cf2abe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c92595 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat: 비밀번호 변경

    imddoy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d516224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6144ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07d4641 View commit details
    Browse the repository at this point in the history
  4. chore: login 이미지 삽입

    imddoy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ae6ccc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbbaf73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbc5f33 View commit details
    Browse the repository at this point in the history
  7. feat: 동영상 기능 적용

    imddoy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e2fe0eb View commit details
    Browse the repository at this point in the history
  8. chore: console.log 삭제

    imddoy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bd7268a View commit details
    Browse the repository at this point in the history
  9. feat: 공란 -> alert

    imddoy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5a27411 View commit details
    Browse the repository at this point in the history