본 프로젝트는 숭실대학교 컴퓨터학부 소프트웨어공모전 2024 출품작입니다.
2024.07.05 ~ 2024.07.15
category | stack |
---|---|
Common |
eslint , prettier , yarn |
Language |
TypeScript ,JavaScript |
Build |
Vite |
Framework |
React |
Style |
emotion |
Data Fetching |
Axios , React-Query |
Collaboration |
Notion , Figma , Discord |
|-- 📁 node_modules
|-- 📁 public
|-- 📁 src
|-- 📁 assets
| |--📁imgs
| |--📁svgs
|-- 📁 api
| |-- member.ts
| |-- reservation.ts
|-- 📁 components
| |--📁commons
| |-- 📁Button
| |-- Button.tsx
| |-- Button.style.ts
| |--📁reservation (domain)
|-- 📁 constants
| |-- index.ts (상수 데이터 많다면 분리)
|-- 📁 hooks
| |-- 📁 commons
| |-- useOverlay.ts
| |-- 📁 apis
| |-- useMyReservations.ts
|-- 📁 pages
| |--📁APage
| | |-- Apage.tsx
| | |-- Apage.style.ts
| |--📁BPage
| |--📁CPage
|-- 📁 router
| |-- router.tsx
|-- 📁 styles
| |-- 📁 theme
| |-- theme.ts
| |-- emotion.d.ts
| |-- GlobalStyle.ts
|-- 📁 utils
| |-- date.ts
|-- 📁 type
| |-- api.ts
| |-- reservation.ts
|-- App.tsx
|-- main.tsx
|-- .eslintrc.json
|-- .prettierrc
|-- .stylelintrc
|-- .gitignore