needs assessment
v1.25.31
A single-page application (SPA) that we use to assess needs of the aid organizations we support developed with React in TypeScript.
The UI components are themed using Bootstrap 5 and CSS modules.
Vite is used as the frontend toolchain.
Provide a way for Distribute Aid to run needs assessment using forms that can be modified using low-code or zero-code approach. These forms need to provide validation and flow logic.
The first version of the needs assessment was run using Qualtrics, however we will no longer have access to it without paying, and the license fees are too expensive for Distribute Aid.
The forms that were built using Qualtrics have been documented here.
npm ci
These environment variables must be configured:
PUBLIC_STORAGE_URL: URL to the storage backendPUBLIC_DEFAULT_FORM_URL: the form ID of the form to usenpm start