HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤎
프론트엔드 데브코스 5기 교육생
/
💻
이세희팀
/
🚀
팀프로젝트 : Styled
/
📁
디렉토리 구조
📁

디렉토리 구조

📦vite ┣ 📂public ┃ ┗ 📜vite.svg ┣ 📂src ┃ ┣ 📂Api ┃ ┃ ┗ 📜Axios.ts ┃ ┣ 📂Assets ┃ ┃ ┣ 📂Fonts ┃ ┃ ┗ 📂Images ┃ ┣ 📂Components ┃ ┃ ┣ 📂Common ┃ ┃ ┣ 📂Footer ┃ ┃ ┣ 📂Header ┃ ┃ ┃ ┣ 📂LoginButton ┃ ┃ ┃ ┃ ┣ 📜index.tsx ┃ ┃ ┃ ┃ ┗ 📜style.ts ┃ ┃ ┃ ┣ 📜index.tsx ┃ ┃ ┃ ┣ 📜style.ts ┃ ┃ ┃ ┗ 📜type.ts ┃ ┃ ┣ 📂Layout ┃ ┃ ┗ 📂Nav ┃ ┣ 📂Constants ┃ ┣ 📂Contexts ┃ ┣ 📂Hooks ┃ ┣ 📂Pages ┃ ┃ ┣ 📜Home.tsx // 페이지 마다 디렉토리 만들어서 관리 ┃ ┃ ┗ 📜Login.tsx ┃ ┣ 📂Services ┃ ┃ ┗ 📜User.ts ┃ ┣ 📂Stores ┃ ┣ 📂Styles ┃ ┃ ┣ 📜Animation.ts ┃ ┃ ┣ 📜Global.ts ┃ ┃ ┗ 📜Theme.ts ┃ ┣ 📂Types ┃ ┃ ┣ 📂Interface ┃ ┃ ┃ ┗ 📜User.ts ┃ ┃ ┗ 📂Type ┃ ┣ 📂Utils ┃ ┣ 📜App.tsx ┃ ┣ 📜main.tsx ┃ ┗ 📜vite-env.d.ts ┣ 📜.env ┣ 📜.eslintrc.cjs ┣ 📜.gitignore ┣ 📜.prettierrc ┣ 📜index.html ┣ 📜package.json ┣ 📜README.md ┣ 📜tsconfig.json ┣ 📜tsconfig.node.json ┗ 📜vite.config.ts