What was changed?
Reorganized the frontend code. Placed all the stylesheets in the styles folder. Additionally, moved shelter-related pages to a shelter folder and volunteer-related pages to a volunteer folder within the components folder.
Why was it changed?
A well-organized file structure enhances the readability of the code, making it easier to understand the project's architecture and contribute effectively. A clear structure helps in managing new components and styles easily.
How was it changed?
The reorganization involved modifying the structure of the src directory in client_app. Here are the specific changes made:
Stylesheets Moved:
Created a styles folder in the src directory with shelter and volunteer folders within it.
Moved all stylesheet files (e.g., .css, .scss) from various locations to the styles folder.
Moved all shelter-related stylesheet files to the styles/shelter directory.
Moved all volunteer-related stylesheets to the styles/volunteer directory.
Shelter Components Moved:
Created a shelter folder within the src/components.
Moved all shelter-related components to the shelter folder.
Volunteer Components Moved:
Created a volunteer folder within the src/components directory.
Moved all volunteer-related components to the volunteer folder.
Updated the title of the application to Shelter Volunteer App and logo to GetHelp logo in index.html
this looks A-mazing. i want to run it just for a sanity check, but it looks good at a code level. i probably won't be able to do that smoke test until later this afternoon.
Fixes #109
What was changed? Reorganized the frontend code. Placed all the stylesheets in the styles folder. Additionally, moved shelter-related pages to a shelter folder and volunteer-related pages to a volunteer folder within the components folder.
Why was it changed? A well-organized file structure enhances the readability of the code, making it easier to understand the project's architecture and contribute effectively. A clear structure helps in managing new components and styles easily.
How was it changed? The reorganization involved modifying the structure of the src directory in client_app. Here are the specific changes made:
Stylesheets Moved: Created a styles folder in the src directory with shelter and volunteer folders within it. Moved all stylesheet files (e.g., .css, .scss) from various locations to the styles folder. Moved all shelter-related stylesheet files to the styles/shelter directory. Moved all volunteer-related stylesheets to the styles/volunteer directory.
Shelter Components Moved: Created a shelter folder within the src/components. Moved all shelter-related components to the shelter folder.
Volunteer Components Moved: Created a volunteer folder within the src/components directory. Moved all volunteer-related components to the volunteer folder.
Updated the title of the application to Shelter Volunteer App and logo to GetHelp logo in index.html