Skip to content

Fix: modify folder structure #105

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

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

harshitsaini17
Copy link
Contributor

Title

Restructure folder organization for improved architecture of frontend

Resolved #103

Type of Change

  • New feature
  • Bug fix
  • UI/UX improvement

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.

Description and Impact

I reorganized the project's folder structure to follow a standardized architecture, improving code organization and making it easier for the team to maintain and collaborate on the codebase.

Additional Information

Modified Folder Structure
src/
├── assets/
│ ├── b1.jpg
│ ├── download.jpeg
│ ├── logo.png
│ └── logo.svg
├── components/
│ ├── 2DTree.tsx
│ ├── Family.tsx
│ ├── Navbar.tsx
│ ├── Profile.tsx
│ └── Team.tsx
├── context/
│ └── DataContext.tsx
├── hooks/
│ ├── useData.ts
│ └── useSearch.ts
├── pages/
│ ├── Home.tsx
│ ├── 3DTree.tsx
│ └── Search.tsx
├── types/
│ └── index.ts
├── utils/
│ └── helpers.ts
├── App.tsx
└── index.tsx

@a19hu a19hu merged commit 1412887 into devlup-labs:main Jan 28, 2025
0 of 2 checks passed
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.

Restructure folder organization for improved architecture of frontend
2 participants