Skip to content

utsav-develops/MedicsHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medics Home — React Native App

Medics Home is a mobile application designed for patients and family members to hire trained caregivers and staff nurses for home care. The app also includes a built-in electronic medicine system, health record management, and real-time features to support daily patient care.


Features

  • Hire Caregivers & Nurses

    • Browse available medical staff
    • View profiles, specialties, and experience
    • Real-time availability status
  • Electronic Medicine System

    • Schedule medicine reminders
    • Track dosage times
    • View medication history
  • Electronic Health Records (EHR)

    • Store important medical information
    • Maintain vitals & patient notes
    • Secure, organized health tracking
  • Real-Time Updates

    • Nurse arrival status
    • In-app notifications
    • Live job acceptance & rejection
  • User-Friendly Interface

    • Smooth navigation
    • Modern UI/UX for patients and family members

Tech Stack

Frontend

  • React Native (TypeScript)
  • React Navigation
  • Firebase (Realtime Database, Notifications)
  • Axios

Backend (Connected Service)

  • Laravel (REST API)
  • MySQL Database

Setup Instructions

1. Clone the repository

git clone https://github.com/YOUR_USERNAME/medics-home.git
cd medics-home

2. Install dependencies

npm install

3. Start the Metro bundler

npm start

4. Run on Android

npm run android

5. Run on iOS

npm run ios

Note: You must provide your own .env, Firebase configuration files, and API URLs. These are intentionally excluded from this repo for security.


Folder Structure

medics-home/
│── src/
│   ├── assets/
│   ├── views/
│   ├── config/
│   ├── reducers/
│   ├── actions/
│   └── components/
│── android/
│── ios/
│── assets/
│── .gitignore
│── package.json
│── app.json
│── README.md

Screenshots

(Add your app screenshots here)

/assets/screenshots/
 - home.png
 - nurse-list.png
 - medicine-reminder.png
 - health-records.png

Security Notes

This repo excludes:

  • API keys
  • Environment variables (.env)
  • Firebase credentials
  • Keystore or signing files

These must be added manually by developers who fork or clone the repo.


License

Released under the MIT License — free for personal and commercial use.


Support

If you like this project, consider starring the repository — it helps with visibility and the portfolio!


Mockups

About

An app of Medics system, for patients / family members to hire caregivers & staff nurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors