Skip to content

Frontend Source Directory

This directory contains the main source code for the frontend application.

Subdirectories

  • components/ — Reusable UI components
  • pages/ — Page-level components/routes
  • styles/ — CSS/SCSS files
  • utils/ — 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.