PSMRI / HWC-Mobile-App

2 stars 16 forks source link

HWC-Mobile-App

Overview

The HWC Mobile App is designed for healthcare programs to facilitate collaboration among health workers with different roles such as Registrar, Nurse, Pharmacist, Lab Technician, and Doctor, etc. This application aims to eliminate pen and paperwork for different roles, allowing them to enter patient data digitally with increased ease and accuracy.

Functional Description

Features

Technologies & Tools Used

Installation

Make sure you have the following installed:

To run this project, Follow these steps:

  1. Clone the repository to your local machine, using: git clone https://github.com/PSMRI/HWC-Mobile-App.
  2. Open Android Studio.
  3. Click on 'Open an existing Android Studio project'.
  4. Navigate to the directory where you cloned the project and select the root folder.
  5. Wait for Android Studio to sync the project and download the dependencies.
  6. Once the sync is done, you can run the project on an emulator or a physical device.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.