/covid19

This web app is a COVID-19 Self Assessment Tool created using React.

Primary LanguageJavaScript

COVID-19 Self Assessment Tool

contributions welcome License: MIT

This web app is a COVID-19 Self Assessment Tool created using React.

Webapp link: https://covid19-self-assessment.netlify.app/

*This is not a medical advice

Getting the Sources

First, fork the covid19 repository so that you can make a pull request. Then, clone your fork locally: git clone https://github.com/[your-github-account]/covid19.git Occasionally you will want to merge changes in the upstream repository (the official code repo) with your fork.

cd covid19
git checkout master
git pull https://github.com/devsebastian/covid19.git master

Manage any merge conflicts, commit them, and then push them to your fork.

To setup all node modules, in the terminal run:

npm install

Production

in the terminal just run

npm start

License

Copyright (c) 2020 Dev Sebastian.

Licensed under the MIT license.