LabinatorSolutions / medical-drugs-explorer

Labinator Medical Drugs Explorer is designed to pull drugs' information using the openFDA API based on the user's query.

Home Page:https://labinatorsolutions.github.io/medical-drugs-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labinator Medical Drugs Explorer

GUI Language JS Library Responsive Known Bugs

Description

The Labinator Medical Drugs Explorer is designed to pull drugs' information using the openFDA API based on the user's query.

Mission

Our mission is to create a free and open source medical drugs explorer where all doctors and developers can contribute to it.

Live Demo

Features

  • Well-constructed medical drugs explorer that utilizes the openFDA API.
  • Responsive.
  • Accessible.
  • Beginner-friendly.
  • Intuitive interface.
  • Valid source codes.

Disclaimer

Please do not rely on this application or openFDA to make decisions regarding medical care. Always speak to your health provider about the risks and benefits of FDA-regulated products. This application is not a medical advisor, and it is developed only for informational purposes.

Build Instructions

  1. Navigate to the src/ directory using your terminal.
  2. Run the following commands:
npm install
npm run build
  1. 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.

GitHub Pages Deployment Instructions

If you wish to deploy your forked version to GitHub, follow the instructions below.

  1. 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.

  1. Install "gh-pages":
npm install gh-pages --save-dev
  1. Deploy the app:
npm run deploy

Contribution

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-drugs-explorer/graphs/contributors

Donations

If you like to donate and support this project, you can do so by submitting your donations to this link: https://paypal.me/Labinator

License

GNU GPLv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html

Credits

About

Labinator Medical Drugs Explorer is designed to pull drugs' information using the openFDA API based on the user's query.

https://labinatorsolutions.github.io/medical-drugs-explorer/

License:GNU General Public License v3.0


Languages

Language:SCSS 59.5%Language:CSS 38.5%Language:JavaScript 1.8%Language:HTML 0.2%