Skip to content

ALU UI

The user interface (UI) is an Angular client side application. The UI is responsible for rendering the user interface and handling user interactions. The UI communicates with the server backend via a REST API to fetch and update data.

We use PrimeNG for some UI components and tailwind for styling. Note tailwind may be replaced with a custom CSS framework in the future.