The Labinator Medical Symptom Checker is designed to help you understand the possible causes of symptoms in children and adults.
Our mission is to create a free and open source medical symptom checker where all doctors and developers can contribute to it.
- Live demo on GitHub.io: https://labinatorsolutions.github.io/medical-symptom-checker/
- Well-constructed medical symptom checker.
- Responsive.
- Accessible.
- Beginner-friendly.
- Intuitive interface.
- Valid source codes.
You can find the data sources of the symptoms and diseases at:
- src/data/SymptomName.jsx
- src/data/DiseaseSymptoms.jsx
- Navigate to the src/ directory using your terminal.
- Run the following commands:
npm install
npm run build
- Test the app locally or online using a live server.
Note: If you are testing the app in a subdirectory, make sure to tune the base URL correctly before testing.
If you wish to deploy your forked version to GitHub, follow the instructions below.
- Edit the "package.json" file by adding the following line after the "name" declaration:
"homepage": "https://{GITHUB_USERNAME}.github.io/{REPOSITORY_NAME}/",
Note: Replace {GITHUB_USERNAME} with your GitHub username and {REPOSITORY_NAME} with your repository name.
- Install "gh-pages":
npm install gh-pages --save-dev
- Deploy the app:
npm run deploy
We welcome all developers and doctors to contribute to this repository by adding features or fixing bugs. The source codes will always be free and open source.
List Of Current Contributors:
https://github.com/LabinatorSolutions/medical-symptom-checker/graphs/contributors
If you like to donate and support this project, you can do so by submitting your donations to this link: https://paypal.me/Labinator
GNU GPLv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html