기술 스택

프로젝트 구조

Albaform
├─ .github                : GitHub configurations
├─ app                    : App-wide files
│   ├─ api                : Internal APIs
│   └─ (page folders)     : Page components
│        └─ _components   : Page's components
├─ components             : Reusable components
├─ constants              : Constants
├─ hooks                  : Custom React hooks
├─ public                 : Static files
│   ├─ fonts              : Fonts
│   ├─ icons              : Icons
│   └─ images             : Images
├─ services               : External APIs
├─ store                  : State management
├─ types                  : Type definitions
└─ utils                  : Utility functions

코딩 컨벤션

기능 구현 방식

반응형 CSS

코드 포맷팅