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

Feat/login page #8

Merged
merged 5 commits into from
Jun 29, 2023
Merged

Feat/login page #8

merged 5 commits into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    f8ccb39 View commit details
    Browse the repository at this point in the history
  2. style: ui 컴포넌트 수정

    - text-gray-400를 tailwindConfig에서 subTextAndBorder변수로 지정
    howooking committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    51f4d49 View commit details
    Browse the repository at this point in the history
  3. feat: Navbar수정, Footer 생성

    - react router의 <Link>태그로 페이지 이동 구현
    - 메인로고 이미지 교체
    howooking committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    33be674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd0133 View commit details
    Browse the repository at this point in the history
  5. feat: '/login'에 해당하는 페이지 생성

    - 이메일과 비밀번호를 입력하는 ui
    - 로그인 버튼과 회원가입 버튼
    - 카카오 로그인 버튼
    - 판매자 토글 버튼(버튼 누를 경우 카카오로그인 비활성화)
    howooking committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    622ab83 View commit details
    Browse the repository at this point in the history