Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrybecker4/quasar-disease-testing
Explains Bayes' rule through disease testing use case.
https://github.com/barrybecker4/quasar-disease-testing
Last synced: about 1 month ago
JSON representation
Explains Bayes' rule through disease testing use case.
- Host: GitHub
- URL: https://github.com/barrybecker4/quasar-disease-testing
- Owner: barrybecker4
- Created: 2021-12-04T12:47:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T10:54:41.000Z (over 2 years ago)
- Last Synced: 2024-11-02T05:41:50.403Z (3 months ago)
- Language: Vue
- Size: 517 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disease Testing App
A Quasar Framework app that helps you to understand how worried you should be if you find out that you have tested positive for a deadly disease. Maybe you should not be worried as much as you might think. It uses Baye's Rule to determine your probability of actually having the disease, given that you test positive.
The below commands allow you to build and run locally, but if you don't want to install npm or node, you can run it in the cloud using [Stackblitz](https://stackblitz.com/fork/quasarframework). Just point it to this repo and then run `quasar dev`.
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).