Skip to content

refactor: restructure entire codebase and refresh dependencies#50

Open
yungyoseo wants to merge 24 commits intodevelopfrom
refactor/project-overhaul
Open

refactor: restructure entire codebase and refresh dependencies#50
yungyoseo wants to merge 24 commits intodevelopfrom
refactor/project-overhaul

Conversation

@yungyoseo
Copy link
Copy Markdown
Contributor

Summary

프로젝트 전체 코드베이스를 정리하고 구조를 개편했습니다.
주요 변경사항은 다음과 같습니다:

🔧 Dependencies

  • npm audit fix && npm update 적용 → 보안 취약점 및 패키지 최신화

🎨 Code Style

  • GTS(Google TypeScript Style) 적용
  • 전체 파일 포맷팅 재적용

🖥️ UI/UX

  • reown-appkit 다크/라이트 모드 지원 적용
  • 사용하지 않는 ChakraUI 컴포넌트(@/components/ui) 제거

📂 Project Structure

  • 디렉토리 구조를 기능 단위(feature-based) 로 개편
  • Barrel Export 패턴 도입으로 import 경로 단순화

🚀 Impact

  • 코드 일관성 및 가독성 향상
  • 불필요한 컴포넌트 제거로 유지보수성 개선
  • 향후 확장성과 모듈화 용이

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant