Frontend Source Directory¶
This directory contains the main source code for the frontend application.
Subdirectories¶
components/
— Reusable UI componentspages/
— Page-level components/routesstyles/
— CSS/SCSS filesutils/
— Utility/helper functions
Relationships¶
- Components are used within pages.
- Styles are imported by components and pages.
- Utilities are shared across the codebase.
Add or update this file as the frontend evolves.