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

Restructure UI Project #11

Open
Fisico opened this issue Apr 20, 2024 · 0 comments
Open

Restructure UI Project #11

Fisico opened this issue Apr 20, 2024 · 0 comments

Comments

@Fisico
Copy link
Collaborator

Fisico commented Apr 20, 2024

The current structure is a mess.

New Structure:

Page folder with subfolders for each component that has a route endpoint(currently src/views).
Example:
src/pages/about/About.jsx & About.scss

Components folder with subfolders for each component that does not has a route endpoint(currently src/containers)
Example:
src/components/device/Device.jsx & Device.scss

src root directory contains:
App.jsx
index.jsx
Routes.jsx
Mainframe.jsx & Mainframe.scss

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

No branches or pull requests

1 participant