어색함을 녹이고, 말이 트이도록
자연스러운 아이스브레이킹과 팀 커뮤니케이션의 모든 것, ICEY
기능 구분 |
---|
소셜 로그인 |
SmallTalk |
팀 생성 및 초대 |
밸런스 게임 |
명함 |
메모 |
약속 잡기 |
쪽지 |
SSE 기반 실시간 알림 |
📦 30th_1_chillguy_icey_front
├─ .gitignore
├─ .prettierrc
├─ README.md
├─ eslint.config.js
├─ index.html
├─ package-lock.json
├─ package.json
├─ postcss.config.js
├─ src
│ ├─ App.css
│ ├─ App.jsx
│ ├─ App2.jsx
│ ├─ assets
│ ├─ components
│ │ ├─ Alert
│ │ │ ├─ Alert.jsx
│ │ │ ├─ Alert.module.css
│ │ │ ├─ Login_Info.jsx
│ │ │ ├─ Login_Info.module.css
│ │ │ ├─ Notification.jsx
│ │ │ ├─ Notification.module.css
│ │ │ ├─ Notification_box.jsx
│ │ │ ├─ Notification_box.module.css
│ │ │ ├─ ViewAll.jsx
│ │ │ └─ ViewAll.module.css
│ │ ├─ Button.jsx
│ │ ├─ Button.module.css
│ │ ├─ Delete.jsx
│ │ ├─ Delete.module.css
│ │ ├─ Dialog
│ │ │ ├─ AlertDialog.jsx
│ │ │ ├─ AlertDialog.module.css
│ │ │ ├─ InfoDialog.jsx
│ │ │ ├─ InfoDialog.module.css
│ │ │ ├─ PromiseDialog.jsx
│ │ │ └─ PromiseDialog.module.css
│ │ ├─ Dropdown.jsx
│ │ ├─ Dropdown.module.css
│ │ ├─ EditSmall
│ │ │ ├─ CustomInput.jsx
│ │ │ ├─ CustomInput.module.css
│ │ │ ├─ CustomInput_write.jsx
│ │ │ ├─ CustomInput_write.module.css
│ │ │ ├─ Custominput_Container.jsx
│ │ │ ├─ Question.jsx
│ │ │ ├─ Question.module.css
│ │ │ ├─ Question_pop_up.jsx
│ │ │ └─ Question_pop_up.module.css
│ │ ├─ Header.jsx
│ │ ├─ Header.module.css
│ │ ├─ Home
│ │ │ ├─ AlertLoginDialog.jsx
│ │ │ └─ AlertLoginDialog.module.css
│ │ ├─ Letter
│ │ │ ├─ Card.jsx
│ │ │ ├─ Card.module.css
│ │ │ ├─ CardList.jsx
│ │ │ ├─ CardList.module.css
│ │ │ ├─ ReceivedLetter.jsx
│ │ │ └─ ReceivedLetter.module.css
│ │ ├─ Loading.jsx
│ │ ├─ Loading.module.css
│ │ ├─ Memo
│ │ │ ├─ Balance.jsx
│ │ │ ├─ Balance.module.css
│ │ │ ├─ Memo.jsx
│ │ │ ├─ Memo.module.css
│ │ │ ├─ MemoEdit.jsx
│ │ │ ├─ MemoEdit.module.css
│ │ │ ├─ MemoLike.jsx
│ │ │ └─ MemoLike.module.css
│ │ ├─ Modal
│ │ │ ├─ CardModal.jsx
│ │ │ ├─ CardModal.module.css
│ │ │ ├─ LetterModal.jsx
│ │ │ └─ LetterModal.module.css
│ │ ├─ NewSmallTalk
│ │ │ ├─ ConfirmSnackbar.jsx
│ │ │ └─ ConfirmSnackbar.module.css
│ │ ├─ PageLayout
│ │ │ ├─ Layout.jsx
│ │ │ ├─ Layout.module.css
│ │ │ └─ Layout_login.jsx
│ │ ├─ SemiCurve.jsx
│ │ ├─ SmallTalk
│ │ │ ├─ MakeSmallTalk.jsx
│ │ │ ├─ MakeSmallTalk.module.css
│ │ │ ├─ SmallTalkName.jsx
│ │ │ ├─ SmallTalkName.module.css
│ │ │ ├─ SmallTalk_minilist.jsx
│ │ │ └─ SmallTalk_minilist.module.css
│ │ ├─ Snackbar
│ │ │ ├─ LinkSnackbar.jsx
│ │ │ ├─ LinkSnackbar.module.css
│ │ │ ├─ Snackbar.jsx
│ │ │ └─ Snackbar.module.css
│ │ └─ Team
│ │ ├─ Board.jsx
│ │ ├─ Board.module.css
│ │ ├─ CardM.jsx
│ │ ├─ CardM.module.css
│ │ ├─ Massage.jsx
│ │ ├─ Massage.module.css
│ │ ├─ Promise.jsx
│ │ ├─ Promise.module.css
│ │ ├─ PromiseCheck.jsx
│ │ ├─ PromiseCheck.module.css
│ │ ├─ PromiseCheck2.jsx
│ │ ├─ Teambutton.jsx
│ │ ├─ Teambutton.module.css
│ │ ├─ Teamcreate.jsx
│ │ ├─ Teamcreate.module.css
│ │ ├─ Teamlist.jsx
│ │ ├─ Teamlist.module.css
│ │ └─ promise
│ │ ├─ EXPromiseCalendar.jsx
│ │ ├─ EXPromiseCalendar.module.css
│ │ ├─ PromiseCalendar.css
│ │ ├─ PromiseCalendar.jsx
│ │ ├─ PromiseCalendar.module.css
│ │ ├─ PromiseDate.jsx
│ │ ├─ PromiseDate.module.css
│ │ ├─ PromiseTime.jsx
│ │ ├─ PromiseTime.module.css
│ │ ├─ PromiseTime2.jsx
│ │ └─ PromiseTime2_Origin.jsx
│ ├─ context
│ │ └─ AuthContext.jsx
│ ├─ index.css
│ ├─ main.jsx
│ ├─ pages
│ │ ├─ Callback.jsx
│ │ ├─ EditSmall.jsx
│ │ ├─ EditSmall.module.css
│ │ ├─ Home copy.jsx
│ │ ├─ Home.jsx
│ │ ├─ Home.module.css
│ │ ├─ Home2.module.css
│ │ ├─ IceyLogin.jsx
│ │ ├─ IcyLogin.css
│ │ ├─ IcyLogin_orgin.jsx
│ │ ├─ Invite.jsx
│ │ ├─ Invite.module.css
│ │ ├─ Letter.jsx
│ │ ├─ Letter.module.css
│ │ ├─ MyCard.jsx
│ │ ├─ MyCard.module.css
│ │ ├─ NewSmallTalk.jsx
│ │ ├─ NewSmallTalk.module.css
│ │ ├─ NotFound.jsx
│ │ ├─ NotFound.module.css
│ │ ├─ SmallTalk.jsx
│ │ ├─ SmallTalk.module.css
│ │ ├─ Team.jsx
│ │ ├─ Team.module.css
│ │ ├─ Team_Orgin.jsx
│ │ ├─ icyLogin.jsx
│ │ └─ icyLogin_Origin.css
│ └─ util
│ ├─ BoardDataAPI.js
│ ├─ CardDataAPI.js
│ ├─ LetterDataAPI.js
│ ├─ NotificationAPI.js
│ ├─ SmallTalkAPI.js
│ ├─ TeamDataAPI.js
│ ├─ TeamVoteAPI.js
│ ├─ TeamsTest.jsx
│ ├─ api.js
│ ├─ get-animal-image.js
│ └─ teams.js
└─ vite.config.js
©generated by Project Tree Generator