HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
🍎
재호팀
/
🫂
Shallenge 프로젝트
/
🔗
220612
🔗

220612

필요한 Dependacy

  1. react-router-dom
  1. axios
  1. chakra-ui
  1. react-query
  1. lint-staged
  1. @emotion/styled
  1. feather-icons
 

폴더 구조

  1. pages
      • 페이지
  1. components
      • base : 공통되는 atomic한 컴포넌트
        • components/base/Button/
      • domain
        • components/domain/myProfile/
        • 컴포넌트 파일
        • 스토리북 파일
        • emotion Styled 파일
  1. hooks
      • 커스텀 훅
  1. api
  1. layout