VALIDAWAREE is an open-source plataform to validate experimental analytical data according to the latest ANVISA legislation, which is based on the ICH denominations for drug registering.
This is the repository of VALIDAWAREE front-end. You can take a look at the server side repository here.
- Linearity
- Follow the site instructions and get the linearity analysis of your experimental data.
- Plot your data and view the regression trendline.
- Plot the residues for better analysis.
- View statistics of normalty of data and correlation.
- Check the results of ANOVA analysis of the regression model of your data.
- Repeatability
- Organize your data and check the RSD.
- Intermediate precision
- Organize your data for the 2 factors analysis.
- ANOVA analysis with 2 factors.
- Check your method accuracy using the Linearity data
- Table for organizing the studied analytical parameters.
- Table for the Youden experiment results.
- Use the data for Lenth's plot.
- Annotation area for better documentation of your method.
- Exporting a report as CSV and PDF.
- Importing data as CSV.
Clone and install:
git clone
cd validawaree-frontend
npm install
To run the local server:
npm start
If you have the backend cloned as well, you can use:
npm run-scripts start-api
To test:
npm test