> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hackutd.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Frontend

> The frontend.

<Columns cols={2}>
  <Card title="Routing" icon="route" href="/jury/details/frontend/routing">
    How routing works on the frontend application.
  </Card>

  <Card title="Components" icon="puzzle-piece" href="/jury/details/frontend/components">
    The component system and how to organize the frontend.
  </Card>

  <Card title="Styling" icon="palette" href="/jury/details/frontend/styling">
    How to style frontend components with Tailwind.
  </Card>

  <Card title="Calling Backend API" icon="plug" href="/jury/details/frontend/api">
    How to call the backend API from the frontend.
  </Card>

  <Card title="Zustand Store" icon="database" href="/jury/details/frontend/store">
    How to use the global store.
  </Card>
</Columns>
