- We use Preact as the single page application framework
- We use Signals for state management
- We use vanilla CSS for styling
- We MAYBE use JSX files for inline HTML (and therefore depend on )
Inside the src/pages folder you'll find the main screens as seen in the main navigation bar of the app.
We use vanilla CSS to style all our elements in src/css.
main.cssdefines global style for native HTML elementsvars.csscontains all the variables as core of our styling systemlayout.csstakes care of the layout grid for all pagesfonts.cssimports fontsform.cssdefines all styles for form components incomponents.css/components/contains the styling for custom components which are not part of the native HTML elements