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

타스로 이사가기 🏘️ #8

Closed
84 of 92 tasks
sasha1107 opened this issue Feb 23, 2023 · 0 comments · Fixed by #11 or #12
Closed
84 of 92 tasks

타스로 이사가기 🏘️ #8

sasha1107 opened this issue Feb 23, 2023 · 0 comments · Fixed by #11 or #12
Assignees
Labels
refactor 코드 개선, 리팩토링

Comments

@sasha1107
Copy link
Owner

sasha1107 commented Feb 23, 2023

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


  • ├── 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 changed the title 타스로 이사가기 타스로 이사가기 🏘️ Feb 23, 2023
sasha1107 added a commit that referenced this issue Feb 23, 2023
sasha1107 added a commit that referenced this issue Feb 23, 2023
@sasha1107 sasha1107 pinned this issue Feb 23, 2023
@sasha1107 sasha1107 linked a pull request Feb 23, 2023 that will close this issue
92 tasks
@sasha1107 sasha1107 reopened this Feb 23, 2023
@sasha1107 sasha1107 linked a pull request Feb 23, 2023 that will close this issue
92 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 개선, 리팩토링
Projects
None yet
1 participant