|
권혜인
|
이가빈
|
|
@hae2ni
프로그램, 수강내역, 마이페이지 |
@billy0904
홈, 로그인/회원가입, 관리자 화면 |
| 역할 | 종류 |
|---|---|
| Library | |
| Programming Language | |
| Styling | |
| State Management | |
| Formatting | |
| Version Control | |
| Data Fetching | |
| Deploy |
📦
├─ 📂.github
│ ├─ 📂ISSUE_TEMPLATE
│ │ └─ 엔브-issue-template.md
│ └─ pull_request_template.md
└─ 📂angel_bridge
├─ .eslintrc.json
├─ .gitignore
├─ .prettierrc
├─ README.md
├─ custom.d.ts
├─ next.config.ts
├─ package-lock.json
├─ package.json
├─ 📂public
│ └─ 📂assets
├─ 📂src
│ ├─ 📂api
│ ├─ 📂app
│ │ ├─ 📂Providers.tsx
│ │ ├─ 📂home
│ │ │ ├─ 📂assets
│ │ │ ├─ 📂components
│ │ │ ├─ 📂page.tsx
│ │ │ └─ 📂styles
│ │ ├─ 📂inquiry
│ │ ├─ 📂layout.tsx
│ │ ├─ 📂mypage
│ │ │ └─ 📂styles
│ │ ├─ 📂page.tsx
│ │ ├─ 📂pay
│ │ ├─ 📂program
│ │ └─ 📂status
│ ├─ 📂components
│ │ └─ 📂common
│ ├─ 📂inquiry
│ │ ├─ 📂assets
│ │ ├─ 📂components
│ │ ├─ 📂core
│ │ └─ 📂styles
│ ├─ 📂mypage
│ │ ├─ PageCompo.tsx
│ │ ├─ 📂common
│ │ │ ├─ 📂components
│ │ │ ├─ 📂styles
│ │ │ └─ 📂types
│ │ ├─ 📂memberInfo
│ │ │ ├─ 📂assets
│ │ │ ├─ 📂components
│ │ │ ├─ 📂core
│ │ │ ├─ 📂styles
│ │ │ └─ 📂types
│ │ └─ 📂payment
│ │ ├─ 📂components
│ │ │ └─ 📂text
│ │ └─ 📂styles
│ ├─ 📂program
│ │ ├─ 📂components
│ │ │ ├─ 📂header
│ │ │ └─ 📂main
│ │ │ └─ 📂styles
│ │ └─ 📂styles
│ ├─ 📂status
│ │ ├─ 📂assets
│ │ ├─ 📂components
│ │ │ └─ 📂modal
│ │ ├─ 📂core
│ │ ├─ 📂store
│ │ └─ 📂styles
│ └─ 📂style
│ ├─ global.css.ts
│ └─ theme.css.ts
├─ tailwind.config.ts
├─ tsconfig.json
└─ yarn.lock