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

패스트캠퍼스 부트캠프 5기 김필진 카카오 메인페이지 클론코딩 #61

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

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    9f585dd View commit details
    Browse the repository at this point in the history
  2. Complete kakao clone

    sihyun92 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ba7b373 View commit details
    Browse the repository at this point in the history
  3. Delete node_modules/

    sihyun92 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e3901f7 View commit details
    Browse the repository at this point in the history
  4. Write README.md

    sihyun92 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5b94445 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Fixed content bug

    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c76973f View commit details
    Browse the repository at this point in the history
  2. Modify modal button

    > 버튼 모양/크기 변경
    > 버튼 안에 로고 삽입
    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    24a0b58 View commit details
    Browse the repository at this point in the history
  3. Write comment in header.js

    > 각 함수에 관한 내용 주석 첨부
    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    20c6e30 View commit details
    Browse the repository at this point in the history
  4. Fix leftContent.style.top in line 15

    > onScrollFixedCard 함수 안에 leftContent.style.top의 값을 635px로 수정
    > 각 로직에 대한 주석 작성
    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a5b6d9d View commit details
    Browse the repository at this point in the history
  5. Add .sns-content in index.html

    > 원본 사이트에 존재했던 sns 컨텐츠 영역 추가
    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    176d009 View commit details
    Browse the repository at this point in the history
  6. Fix item-card position

    > 오른쪽 카드의 위치 position: absolute로 위치 재조정
    > TODO: content-container의 크기 및 레이아웃 재조정 예정(width값이 1296px인데 1332px로 출력 -> flex 박스 gap 조정 예정)
    sihyun92 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8df2a3c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix content-container layout

    > content-container에 width 속성 추가 => 바깥으로 밀려나는 레이아웃 수정
    sihyun92 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    77e26d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Add kakao-logo in modal open button

    > 모달 버튼에 카카오 로고 삽입
    > 모양 변경
    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4e16039 View commit details
    Browse the repository at this point in the history
  2. Fix content layout

    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c61f004 View commit details
    Browse the repository at this point in the history
  3. Modify onScrollHeader and eventListener in header.js

    > 이벤트 scroll에서 wheel로 변경
    > onScrollHeader 함수 파라미터에 이벤트 객체 넣은 후, e.deltaY로 휠 이벤트 제어
    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8592743 View commit details
    Browse the repository at this point in the history
  4. Add wheelUp event at the same time header visibility

    > 휠업 시, 헤더가 나타나는 기능 구현
    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    965d89a View commit details
    Browse the repository at this point in the history
  5. Fix leftContent.style.top

    > 기존 700px을 635로 변경
    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bc6f7a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6f09b9 View commit details
    Browse the repository at this point in the history
  7. refactoring css

    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    656a9d1 View commit details
    Browse the repository at this point in the history
  8. Modify content.css

    sihyun92 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    33ac221 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3796ad8 View commit details
    Browse the repository at this point in the history