All Projects β†’ ongov β†’ covid-19-self-assessment

ongov / covid-19-self-assessment

Licence: Apache-2.0 License
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to covid-19-self-assessment

coronainfobd
Real-time corona-virus tracker of Bangladesh πŸ‡§πŸ‡© which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. πŸ₯°β€
Stars: ✭ 46 (+48.39%)
Mutual labels:  health, public-health, coronavirus, covid-19
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-51.61%)
Mutual labels:  coronavirus, covid-19, covid
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+229.03%)
Mutual labels:  coronavirus, covid-19, covid
Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+64.52%)
Mutual labels:  coronavirus, covid-19, covid
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+22.58%)
Mutual labels:  coronavirus, covid-19, covid
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (+32.26%)
Mutual labels:  health, coronavirus, covid-19
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+38.71%)
Mutual labels:  coronavirus, covid-19, covid
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+51.61%)
Mutual labels:  health, coronavirus, covid-19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-35.48%)
Mutual labels:  coronavirus, covid-19, covid
cotect
πŸ›‘Crowd-sourced COVID-19 reporting and assessment system.
Stars: ✭ 14 (-54.84%)
Mutual labels:  coronavirus, covid-19, covid
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+138.71%)
Mutual labels:  coronavirus, covid-19, covid
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (-9.68%)
Mutual labels:  coronavirus, covid-19, covid
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+38.71%)
Mutual labels:  coronavirus, covid-19, covid
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (+6.45%)
Mutual labels:  coronavirus, covid-19, covid
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+280.65%)
Mutual labels:  health, coronavirus, covid-19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-58.06%)
Mutual labels:  coronavirus, covid-19, covid
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+7393.55%)
Mutual labels:  coronavirus, covid-19, covid
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+151.61%)
Mutual labels:  health, coronavirus, covid-19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+58.06%)
Mutual labels:  coronavirus, covid-19, covid
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+29.03%)
Mutual labels:  coronavirus, covid-19, covid

COVID-19 Self Assessment Tool v3.0

NOTE: This tool is not intended to provide medical advice. If you have medical questions, consult your local health authority.

The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19. If the user's responses warrant them speaking to a medical professional, they are given the option of filling out their personal information and submitting it in order to get a callback. The tool is implemented using Gatsby, which is a React-based, GraphQL powered static site generator. Because Gatsby compiles into static HTML/CSS/JS, it enables blistering performance and simple deployments.

Current release: v5.5.0

Past releases:

Work on the tool is ongoing and due to its time-sensitive nature, we are prioritizing speed over everything else. It's not perfect but we are working around the clock to improve it for better useability and accuracy based on latest medical information we have available.

RUNNING

NOTE: You need to have an up-to-date version of NodeJS installed to run this. I used 13.3.0 for development but any version higher than 12.0.0 should work. You will need to install yarn globally using npm i -g yarn before being able to run this project.

To run during development, simply use yarn develop command.

To build production version, use yarn build. Production build can be served locally using yarn serve.

The form used in this version of the tool submits the data to an API URL set via the GATSBY_OAG_API_URL environment variable. In development, this is set to http://localhost:3000/api/sat-data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].