HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
😻
지은팀
/
🔜
FE - 최종 프로젝트
/
📄
폴더구조
📄

폴더구조

태그
컨벤션
. ┝ components │ ┝ common │ │ ┝ button.tsx : style내부 작성 │ │ ┝ Tab │ │ │ ┝ Tab.tsx │ │ │ ┝ TabItem.tsx │ │ │ └ index.ts │ │ └ index.ts │ └ pageComponents(페이지명으로 폴더생성) │  ┝ button.tsx │  └ index.ts ┝ pages │ └ index.tsx ┝ hooks ┝ public │ ┝ image │ ┝ icon │ └ font ┝ styles │ ┝ global.css │ ┝ reset.css │ └ theme.ts ┝ types ┝ stories │ ┝ components │ └ hooks ┝ utils │ └ apis ┝ store └ README.md