Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#8 타스로 이사가기 🏘️ - 1차 이사 #11

Merged
merged 3 commits into from
Feb 23, 2023
Merged

Conversation

sasha1107
Copy link
Owner

타입스크립트로 마이그레이션


  • ├── App.tsx
  • ├── app.style.js
  • ├── assets
  • │ ├── audio
  • │ │ └── Windows_XP_Recycle.wav
  • │ ├── font
  • │ │ ├── W95FA.otf
  • │ │ ├── w95fa.woff
  • │ │ └── w95fa.woff2
  • │ └── message.json
  • ├── components
  • │ ├── DesktopIcon
  • │ │ ├── DesktopIcon.tsx
  • │ │ ├── DesktopIconView.tsx
  • │ │ └── desktopIcon.style.ts
  • │ ├── DiaryForm
  • │ │ ├── DiaryForm.tsx
  • │ │ ├── DiaryFormView.tsx
  • │ │ └── diaryForm.style.ts
  • │ ├── DiaryList
  • │ │ ├── DiaryList.tsx
  • │ │ ├── DiaryListView.tsx
  • │ │ └── diaryList.style.ts
  • │ ├── DragContainer
  • │ │ └── DragCont.tsx
  • │ ├── Footer
  • │ │ ├── Footer.tsx
  • │ │ ├── FooterView.tsx
  • │ │ └── footer.style.ts
  • │ ├── Modal
  • │ │ ├── Modal.tsx
  • │ │ └── modal.style.ts
  • │ └── Navbar
  • │ ├── Nav.tsx
  • │ ├── NavView.tsx
  • │ └── nav.style.ts
  • ├── context
  • │ └── AuthContext.js
  • ├── firebase
  • │ └── config.js
  • ├── hooks
  • │ ├── useAuthContext.ts
  • │ ├── useCollection.ts
  • │ ├── useFirestore.ts
  • │ ├── useLogin.ts
  • │ ├── useLogout.ts
  • │ ├── useRandomMsg.ts
  • │ └── useSignup.ts
  • ├── img
  • │ ├── Bin.png
  • │ ├── Figma.png
  • │ ├── Folder.png
  • │ ├── Info.png
  • │ ├── Internet.png
  • │ ├── MyComputer.png
  • │ ├── Network.png
  • │ ├── Off
  • │ │ ├── On=Off.png
  • │ │ └── On=On.png
  • │ ├── ShutDown.png
  • │ ├── Wordpad.png
  • │ └── github.png
  • ├── index.js
  • ├── manifest.json
  • ├── pages
  • │ ├── account
  • │ │ ├── Login
  • │ │ │ ├── Login.tsx
  • │ │ │ └── LoginView.tsx
  • │ │ ├── Signup
  • │ │ │ ├── Signup.tsx
  • │ │ │ └── SignupView.tsx
  • │ │ └── shared.style.ts
  • │ ├── etc
  • │ │ ├── Loading.tsx
  • │ │ ├── Off.tsx
  • │ │ └── loading.style.ts
  • │ └── home
  • │ ├── Home.module.css
  • │ ├── Home.tsx
  • │ ├── HomeView.tsx
  • │ └── IconArea
  • │ ├── IconArea.tsx
  • │ ├── IconAreaView.tsx
  • │ └── iconArea.style.ts
  • ├── redux
  • │ ├── reducer.ts
  • │ └── store.ts
  • ├── routes
  • │ └── Router.tsx
  • └── types
  • └── state.type.ts

@sasha1107 sasha1107 added the refactor 코드 개선, 리팩토링 label Feb 23, 2023
@sasha1107 sasha1107 self-assigned this Feb 23, 2023
@sasha1107 sasha1107 linked an issue Feb 23, 2023 that may be closed by this pull request
92 tasks
@sasha1107 sasha1107 merged commit 86fea04 into main Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 개선, 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

타스로 이사가기 🏘️
1 participant