Skip to content

Source code for the Health Assistant app built using React Native as part of the team task of the Hasura Product Development Fellowship.

Notifications You must be signed in to change notification settings

raphaeltony/HealthAssistant

Repository files navigation

Health Assistant App

alt text

An app which, when asked a query regarding an illness, will reply with its corresponding medicines. The app is built like a chat in which you one can converse with the 'assistant'. This tutorial focuses only on the frontend part ie. building only the app and not setting up the backend server. It is built on Windows machine hence supports Android as of now

Pre-requisites

Cloning the repository

  • Run the following commands (Gitbash or some other linux-based terminal) :
git clone https://github.com/raphaeltony/HealthAssistant.git
cd HealthAssistant
npm install
  • Install axios which will be used for making post requests
npm install axios

Running the app on a device

  • Start your android emulator or connect your android phone via USB with USB Debugging enabled
  • Run the following command from your project directory:
react-native run-android
  • This will build and run the app on your emulator or device

APK

Here's the link to the app APK : https://drive.google.com/file/d/1AOpnieHFXIahlopD5PmngGyUtoOzdqmu/view?usp=sharing

Using the app

  • Type in your query and press the medkit button to send it to the bot.
  • Examples of queries include :
Medicine for cold
What does aspirin cure ?
Indigestion medicine
Cure for acne

NOTE : We are constantly updating the database of illnesses and its corresponding medicines

Cheers !

About

Source code for the Health Assistant app built using React Native as part of the team task of the Hasura Product Development Fellowship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published