https://happyhyep.github.io/portfolio/
📦public
┣ 📂assets
┃ ┣ 📂icons
┃ ┗ 📂images
┣ ...
📦src
┣ 📂assets
┃ ┣ 📂css
┃ ┃ ┣ 📂components
┃ ┃ ┃ ┣ 📜footer.scss
┃ ┃ ┃ ┣ 📜mobileMenu.scss
┃ ┃ ┃ ┗ 📜navBar.scss
┃ ┃ ┣ 📂pages
┃ ┃ ┃ ┣ 📜activities.scss
┃ ┃ ┃ ┣ 📜awards.scss
┃ ┃ ┃ ┣ 📜gallery.scss
┃ ┃ ┃ ┣ 📜home.scss
┃ ┃ ┃ ┣ 📜introduce.scss
┃ ┃ ┃ ┗ 📜projects.scss
┃ ┃ ┣ 📜app.scss
┃ ┃ ┣ 📜common.scss
┃ ┃ ┣ 📜font.scss
┃ ┃ ┣ 📜layout.scss
┃ ┃ ┗ 📜variable.scss
┃ ┗ 📁icons
┣ 📂components
┃ ┣ 📂common
┃ ┃ ┣ 📜DashTitle.tsx
┃ ┃ ┣ 📜LangToast.tsx
┃ ┃ ┣ 📜MobileMenu.tsx
┃ ┃ ┣ 📜ScorollToTop.tsx
┃ ┃ ┗ 📜TopBar.tsx
┃ ┣ 📂layout
┃ ┃ ┣ 📜Footer.tsx
┃ ┃ ┣ 📜Layout.tsx
┃ ┃ ┗ 📜NavBar.tsx
┃ ┣ 📜AwardBox.tsx
┃ ┣ 📜ProjectComponent.tsx
┃ ┣ 📜SkillsContainer.tsx
┃ ┗ 📜VideoModal.tsx
┣ 📂data
┃ ┗ 📜commonImageList.ts
┣ 📂lang
┃ ┣ 📂locale
┃ ┃ ┣ 📜en.json
┃ ┃ ┣ 📜jp.json
┃ ┃ ┗ 📜ko.json
┃ ┗ 📜index.ts
┣ 📂lib
┃ ┗ 📂worker
┃ ┃ ┣ 📜IntersectionObserver.ts
┃ ┃ ┣ 📜getActivityData.tsx
┃ ┃ ┣ 📜getProjectPropsData.tsx
┃ ┃ ┗ 📜preloadImage.ts
┣ 📂pages
┃ ┣ 📜Activity.tsx
┃ ┣ 📜Awards.tsx
┃ ┣ 📜Gallery.tsx
┃ ┣ 📜Home.tsx
┃ ┣ 📜Introduce.tsx
┃ ┗ 📜Projects.tsx
┣ 📂router
┃ ┗ 📜index.tsx
┣ 📂states
┃ ┣ 📜recoilMobileMenu.ts
┃ ┗ 📜recoilModalState.ts
┣ 📂types
┃ ┣ 📜enum.ts
┃ ┗ 📜type.ts
┣ 📂utils
┃ ┗ 📜common-util.ts
┣ 📜App.tsx
┣ 📜index.tsx
┗ ...