Skip to content

yuziwoo/hyundailivart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

현대 리바트몰 재해석

현대 리바트몰의 세계가구 탭을 재해석한 원페이지

페이지 보러가기

🚀 기술 스택

  • 작업 기간 : 1일

  • LANGUAGE

    • 언어 : React, TypeScript

    • 라이브러리

      • Webpack, ESLint, Prettier
      • 데이터 통신 : TanStack Query, Axios
      • 퍼블리싱 : Styled Components, framer-motion
      • 기타 : swiper
  • BACKEND

    • mock 데이터 생성하여 api 호출

🤙🏻 커밋 컨벤션

feat(components): feature information
  • feat: 새로운 기능 구현
  • fix: 버그 수정
  • chore: 기타 업데이트
  • ci: CI/CD 파이프라인 변경
  • comment: 주석 업데이트
  • docs: 문서 수정
  • design: 디자인, UI 변경
  • refactor: 코드 리팩터링 (기능 수정 ❌)
  • style: 코드 포맷, 세미 콜론 누락 수정 (코드 수정 ❌)
  • test: 테스트 구현