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

Fix the folder structure and Remove any unwanted/redundant file #9

Open
MUDITJAINN opened this issue Oct 4, 2024 · 4 comments
Open

Comments

@MUDITJAINN
Copy link
Owner

MUDITJAINN commented Oct 4, 2024

The current project folder structure may contain redundant or unused files that clutter the codebase, making it harder to navigate and maintain. Properly organizing the folder structure and removing unnecessary files will improve project maintainability, contribute to better development practices, and make it easier for new contributors to understand and contribute to the project.

Expected Behavior:

Organized Structure: The folder structure should follow best practices, ensuring all files are logically grouped (e.g., components, utilities, styles, etc.).

Remove Redundant Files: Unused or outdated files (e.g., placeholder files, duplicate assets, unreferenced scripts) should be identified and safely removed from the project.

Consistent Naming: Ensure files and folders follow a consistent naming convention, making them easy to find and understand.

Proposed Folder Structure:

/src (All source code)
/components (React components)
/pages (Page-level components)
/assets (Images, fonts, and other static files)
/services (API service calls, utility functions)
/styles (Global styles, themes)
/hooks (Custom React hooks)
/context (React context files)

Review and reorganize the existing folder structure.
Delete any redundant files that are no longer in use.
Refactor imports as necessary after files are moved or removed.
Ensure that the project still builds and functions correctly after the changes.

@MUDITJAINN MUDITJAINN added the good first issue Good for newcomers label Oct 4, 2024
@VesperAkshay
Copy link

I can work on this issue
Please assign me this

@MUDITJAINN
Copy link
Owner Author

MUDITJAINN commented Oct 4, 2024

@VesperAkshay make sure to tick all the check boxes. go ahead!!

@VesperAkshay
Copy link

Okay

@farhan-sayeed
Copy link

@MUDITJAINN can you pls assign this to me

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

No branches or pull requests

3 participants