|
|
|
|
권보미 Web FE |
김기철 Web FE |
| (https://github.com/kwonET) | (https://github.com/Kinngife) |
- React + Next.js
- Typescript
- Recoil
- Axios
- React Calendar
- React Slick
📦tuple-
┣ 📂apis
┣ 📂asset
┣ 📂atoms
┣ 📂components
┃ ┣ 📂calendar
┃ ┣ 📂classbyday
┃ ┣ 📂common
┃ ┃ ┣ 📜Footer.tsx
┃ ┃ ┣ 📜Header.tsx
┃ ┃ ┗ 📜Layout.tsx
┃ ┣ 📂login
┃ ┣ 📂onboarding
┃ ┣ 📂payment
┃ ┣ 📂signup
┃ ┗ 📂tutoring
┣ 📂data
┃ ┗ 📜dummy.ts
┣ 📂pages
┃ ┣ 📂calendar
┃ ┣ 📂classbyday
┃ ┃ ┣ 📂create
┃ ┃ ┣ 📂detail
┃ ┃ ┗ 📂edit
┃ ┣ 📂login
┃ ┣ 📂payment
┃ ┣ 📂signup
┃ ┃ ┣ 📂complete
┃ ┃ ┣ 📂select
┃ ┃ ┗ 📜[userType].tsx
┃ ┣ 📂tutoring
┃ ┃ ┣ 📂completecreate
┃ ┃ ┣ 📂create
┃ ┃ ┣ 📂detail
┃ ┃ ┣ 📂edit
┃ ┃ ┣ 📂list
┃ ┃ ┣ 📂progress
┃ ┃ ┗ 📂studentcreate
┃ ┣ 📜_app.tsx
┃ ┣ 📜_document.tsx
┃ ┗ 📜index.tsx
┣ 📂public
┃ ┣ 📂fonts
┣ 📂src
┃ ┗ 📂styles
┃ ┃ ┣ 📜globalStyle.ts
┃ ┃ ┣ 📜styled.d.ts
┃ ┃ ┗ 📜theme.ts
┣ 📜.eslintrc.json
┣ 📜.gitignore
┣ 📜.prettierrc
┣ 📜README.md
┣ 📜next-env.d.ts
┣ 📜next.config.js
┣ 📜package.json
┣ 📜pull_request_template.md
┣ 📜tsconfig.json
┣ 📜yarn.lock






