Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 3.54 KB

README.md

File metadata and controls

69 lines (56 loc) · 3.54 KB

2024 홍익대학교 시각디자인과 소모임 축제 주간 : SISO 《OUR INDEX》

Our Indexgit Our Indexgit-1 Our Indexgit-2

📁 폴더 구조
./src
├── 📦 pages
│   ├── 📂 Desktop
│   	├── ArchivePageDesktop.tsx
│   	├── ExhibitionPageDesktop.tsx
│   	├── LecturePageDesktop.tsx
│   	├── ProjectPageDesktop.tsx
│   	└── MainPageDesktop.tsx
│   ├── 📂 Mobile
│   	├── ArchivePageMobile.tsx
│   	├── ExhibitionPageMobile.tsx
│   	├── LecturePageMobile.tsx
│   	├── ProjectPageMobile.tsx
│   	└── MainPageMobile.tsx
├── 📦 views
│   ├── 📂 @common
│   	├── 📂 assets
│   	├── 📂 componenents
│   	├── 📂 consant
│   	└── 📂 utils
│   ├── 📂 ExhibitionPage
│   ├── 📂 LecturePage
│   ├── 📂 MainPage
│   └── 📂 ProjectPage
├── 📦 styles
│   ├── GlobalStyle.ts
│   ├── style.d.ts
│   └── Theme.ts
├── App.tsx
└── main.jsx

🛠 기술 스택
역할 종류
Library React
Programming Language TypeScript
Styling Styled Components
Formatting ESLint Prettier
Package Manager Yarn
Version Control Git GitHub