Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sruti/covid19-riskfactors-app
App for practitioners showing COVID-19 risk factors for mortality, ARDS, death from ARDS
https://github.com/sruti/covid19-riskfactors-app
Last synced: 5 days ago
JSON representation
App for practitioners showing COVID-19 risk factors for mortality, ARDS, death from ARDS
- Host: GitHub
- URL: https://github.com/sruti/covid19-riskfactors-app
- Owner: sruti
- Created: 2020-03-22T18:31:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:00:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:30:52.620Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.88 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - sruti/covid19-riskfactors-app - App for practitioners showing COVID-19 risk factors for mortality, ARDS, death from ARDS (others)
README
# COVID-19 Risk Calculator
This app is for medical practitioners to perform a basic assessment and risk calculation of a COVID-19 patient ending up in the ICU, developing acute respiratory distress syndrome (ARDS), and overall death. The data has been reviewed and compiled from studies published from patients in Wuhan.
Available here: https://covid-19-mortality.netlify.com/.
***
## Table of contents
- [Getting Started](#getting-started)
- [Node Installation on OS X](#node-installation-on-os-x)
- [Node Installation on Linux](#node-installation-on-linux)
- [Node Installation on Windows](#node-installation-on-windows)
- [Installation](#installation)
- [Start and Watch](#start-and-watch)
- [Languages and tools](#languages-and-tools)
- [React](#react)
- [Bootstrap](#bootstrap)
- [Contributing](#contributing)
- [Known Issues](#known-issues)
- [License](#license)## Getting Started
For development, you will only need [Node.js](http://nodejs.org/) installed on your environement.#### Node installation on OS X
You will need to use a Terminal. On OS X, you can find the default terminal in
`/Applications/Utilities/Terminal.app`.Please install [Homebrew](http://brew.sh/) if it's not already done with the following command.
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
If everything when fine, you should run
brew install node
#### Node installation on Linux
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs#### Node installation on Windows
Just go on [official Node.js website](http://nodejs.org/) & grab the installer.
Also, be sure to have `git` available in your PATH, `npm` might need it.## Installation
```
$ git clone https://github.com/sruti/covid19-riskfactors-app.git
$ cd covid19-riskfactors-app
$ npm install
```## Start and Watch
```
$ npm start
```
## Languages and Tools### React
- [Create React App](https://github.com/facebook/create-react-app).
### Bootstrap
- [React-Bootstrap](https://react-bootstrap.github.io/)
## Contributing
Pull requests are welcome. Please make sure that your PR is [well-scoped](https://www.netlify.com/blog/2020/03/31/how-to-scope-down-prs/).
For major changes, please open an issue first to discuss what you would like to change.### Known issues
Visit [issues](https://github.com/sruti/covid19-riskfactors-app/issues) section.### Contributors
Sruti Modekurty
💻 🚇 🐛💡
Sylwia Vargas
💻 📖 🐛💡
## License
[MIT](https://choosealicense.com/licenses/mit/)