HealthPlus is a Micro SaaS Android application that empowers users to manage their health effectively through features like:
- ✅ BMI Calculator
- 🌫 Real-time Air Quality Index (AQI)
- 🍎 Food Nutrition Lookup
- 🚨 Emergency Contact Info & Medical Data
- 🔒 Firebase Authentication & Secure Realtime DB
- Firebase Auth: Login, register, and reset password securely.
- API Integrations: Real-time data from API Ninjas & CalorieNinjas.
- Emergency Info: Save & edit personal health/emergency data.
- Settings: Update birthday, password, username.
- Android (Java, ViewBinding)
- Firebase Authentication + Realtime DB
- GitHub Actions for CI/CD
- REST APIs for AQI & Nutrition
- Clone the repository
- Add your API keys in
local.properties:CALORIE_NINJAS_API_KEY=your_key AIR_QUALITY_API_KEY=your_key
- Build and run the app
- GitHub Actions pipeline runs
gradlew build- lint
- unit-test
- package
- Secrets excluded via
.gitignore
- Push notifications for health alerts
- OAuth login via Google
- Offline data sync
© 2025 HealthPlus – DevOps Micro SaaS Project for IT31023