KomeKare is an AI-powered family caregiver coordination mobile app built natively with Expo and Firebase, linking AI summarizations with Google Gemini 1.5 Flash models.
- Expo (React Native)
- Firebase (Auth, Firestore, Realtime DB, Storage)
- Zustand (State Management persistence hook binding AsyncStorage)
- Google Gemini 1.5 Flash (AI Insights API)
- NativeWind (Utility based dynamic Tailwind styling)
- Clone repository to your designated workspace local directory
npm install- Copy
.env.exampleto.envand register remote variables mapped to API keys npx expo startto initialize dev web bundle processes
Run npm run test or npx jest to execute unit, behavior bindings and fast-check property-based tests verifying internal component logic validity constraints.