MacroTake is a mobile app that allows users to log their daily meals and track their macros (calories, carbs, protein, fat) efficiently.
- Meal intake form
- View daily totals for calories, protein, carbs, and fat
- View recently or all logged meals
- Share and copy meal data
- Haptic feedback
- Daily meal reminder notifications for iOS
- Local data persistance
- Tab-based navigation
- Home Screen: Displays user's daily macro intake progress and recently logged meals
- Add Meal Screen: Form that allows users to log a meal for the current day
- All Meals Screen: Displays all of the user's logged meals
- React Native
- Expo (SDK 55)
- TypeScript
- AsyncStorage
-
Clone the repository
git clone https://github.com/Anthony-Jerez/MacroTake.git cd MacroTake -
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
