(메인화면 gif)
├── 📂 public
│
├── 📂 src
│ ├── 📂 assets
│ ├── 📂 components
│ │ ├── 📂 atoms
│ │ └── 📂 ...
│ │
│ ├── 📂 fonts
│ ├── 📂 hooks
│ ├── 📂 pages
│ │ ├── 📂 Application
│ │ ├── 📂 Complete
│ │ ├── 📂 Info
│ │ ├── 📂 Kakao
│ │ ├── 📂 Login
│ │ ├── 📂 Main
│ │ └── 📂 Register
│ │
│ ├── 📂 styles
│ ├── App.css, App.js
│ └── index.css, index.js
│
└── package.json, README.md, gitignore