A macro tracking app built with React Native and Expo. Track your daily meals and monitor your macros (calories, protein, carbs, fat) with a clean, modern UI.
- Add meals with calorie and macro information
- Track daily totals for calories, protein, carbs, and fat
- View all meals or recent meals on the home screen
- Share and copy meal data
- Haptic feedback for interactions
- Daily reminder notifications (iOS)
- Data persistence with AsyncStorage
- Tab-based navigation with a modern UI
- React Native with Expo (SDK 55)
- Expo Router (file-based routing)
- AsyncStorage for local data persistence
- Expo Notifications for reminders
- Expo Haptics for tactile feedback
- TypeScript
git clone https://github.com/mtisya/Health_App.git
cd macrozone
npm installnpx expo startScan the QR code with Expo Go (Android) or the Camera app (iOS) to run on your device.
MIT
