HealSmart is a cross-platform mobile app designed to help you manage your medicines, track alternatives, and visualize your health journey—all in a beautiful, modern interface.
| Home Screen | Medicine Details | Alternatives |
|---|---|---|
![]() |
![]() |
![]() |
- 💊 Medicine Management: Scan, save, and view detailed info about your medicines.
- 🔄 Alternatives Finder: Instantly discover alternative medicines.
- 📊 Price Comparison: Compare prices for smarter choices.
- 🗂️ Saved Medicines: Bookmark and organize your medicines.
- 👤 Profile & Onboarding: Personalized onboarding and profile management.
- 🌙 Modern UI: Responsive, user-friendly interface with light/dark mode.
HealSmart/
├── assets/ # Images and static assets
├── src/
│ ├── data/ # Dummy data
│ ├── navigation/ # Navigation setup
│ ├── screens/ # App screens (Home, Details, etc.)
│ ├── types/ # TypeScript types
│ └── ui/ # UI components & styles
├── android/ # Android native code
├── ios/ # iOS native code
├── App.tsx # App entry point
├── package.json # Project metadata & dependencies
└── ...
- Install Dependencies
npm install
- Start Metro Bundler
npm run start
- Run on Android
npm run android
- Run on iOS
npm run ios
- Type Check (optional)
npm run typecheck
- Format (optional)
npm run format
This project is licensed under the MIT License. See the LICENSE file for details.
Ghulam Mujtaba
BS Software Engineering | COMSATS Lahore
🌐 Portfolio | LinkedIn | GitHub


