└── 📁pinoco └── 📁packages └── 📁backend └── 📁src
└── 📁frontend
└── 📁src
└── 📁components // 재사용 가능한 컴포넌트
└── 📁common
└── Modal.tsx
└── Button.tsx
...
└── 📁landingPage
└── 📁login
└── index.tsx
└── 📁lobbyPage
└── 📁roomCreation
└── index.tsx
└── 📁roomJoin
└── index.tsx
...
└── 📁pages
└── 📁landingPage
└── index.tsx
└── 📁hooks
└── 📁landingPage
└── 📁utils
└── 📁constants
└── statusCode.ts
└── 📁types // 공통적으로 쓰이는 타입
└── 📁apis
└── 📁states
└── 📁mutation // post
└── 📁queries // get
└── 📁store // zustand
└── 📁routes // path별로 어떤 컴포넌트를 렌더링할지
└── App.tsx
└── index.css
└── main.tsx
└── index.html
└── package.json