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.
-
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
Frontend
- React Native (TypeScript)
- React Navigation
- Firebase (Realtime Database, Notifications)
- Axios
Backend (Connected Service)
- Laravel (REST API)
- MySQL Database
git clone https://github.com/YOUR_USERNAME/medics-home.git
cd medics-homenpm installnpm startnpm run androidnpm run iosNote: You must provide your own
.env, Firebase configuration files, and API URLs. These are intentionally excluded from this repo for security.
medics-home/
│── src/
│ ├── assets/
│ ├── views/
│ ├── config/
│ ├── reducers/
│ ├── actions/
│ └── components/
│── android/
│── ios/
│── assets/
│── .gitignore
│── package.json
│── app.json
│── README.md
(Add your app screenshots here)
/assets/screenshots/
- home.png
- nurse-list.png
- medicine-reminder.png
- health-records.png
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.
Released under the MIT License — free for personal and commercial use.
If you like this project, consider starring the repository — it helps with visibility and the portfolio!









