- 드림인 프로젝트는 순수예술인들의 창작활동을 위한 커뮤니티입니다. 순수예술을 하는 사람들이 모여 개인의 작품을 소개하고, 팀을 이뤄 작업할 수 있는 플랫폼을 제공합니다.
| 이형준 |
| 백진하 |
client
├─ apis
│ └─ type
├─ components
│ ├─ common
│ │ ├─ Atomic
│ │ ├─ AddItemCard
│ │ ├─ ImageUploadWrapper
│ │ ├─ MainCard
│ │ ├─ Modal
│ │ ├─ NoticeBox
│ │ └─ Thumbnail
│ ├─ header
│ ├─ initialRegister
│ ├─ Layout
│ ├─ Login
│ ├─ Posts
│ │ ├─ TeamPost
│ │ └─ UserPost
│ ├─ Profile
│ ├─ Team
│ │ └─ Profile
│ ├─ Upload
│ └─ User
├─ constants
├─ hooks
├─ pages
│ ├─ index.tsx
│ ├─ oauth
│ ├─ post
│ ├─ profile.tsx
│ ├─ team
│ ├──app.tsx
│ └──document.tsx
├─ public
│ └─ images
├─ recoil
├─ styles
├─ types
└─ utils