Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.73 KB

README.md

File metadata and controls

77 lines (46 loc) · 1.73 KB

Medibit

Medibit is a React Native application developed with Expo and Appwrite that simplifies the process of transferring medical files to hospitals.

Instead of carrying a pile of documents, users can scan a QR code of the hospital and send the files directly, reducing the hassle of managing physical documents.

Features

  • Seamless File Transfer: Transfer medical files to hospitals by - scanning a QR code.
  • Centralized Medical Data: Store prescriptions, lab reports, and other medical documents in one place for easy access.
  • User-Friendly Interface: Intuitive and easy-to-navigate UI developed with React Native and Expo.

Screenshots

Screens of the Medibit application can be found at -

Screens of the Medibit Manager application can be found at -

Usage/Examples

  • Register or Log in: Create an account or log in to access the app.
  • Store Medical Data: Upload and manage your medical documents in the app.
  • Scan QR Code: Use the app to scan the hospital's QR code to transfer files.

Installation

  1. Clone the repository:
  git clone https://github.com/Aditya-2407-G/Medibit.git
  cd Medibit
  1. Install dependencies:
  npm install
  1. Start the application:
  npm start

Contributing

Contributions are always welcome!

  1. Fork the repository.
  2. Create your feature branch:
git checkout -b feature/AmazingFeature
  1. Commit your changes:
git commit -m 'Add some AmazingFeature'
  1. Push to the branch:
git push origin feature/AmazingFeature
  1. Open a pull request