A personalized diet planning application built with React Native (Expo) featuring a modern Dark UI and offline data persistence.
This application helps users achieve their fitness goals (Weight Loss, Hypertrophy, Maintenance) by calculating the Daily Caloric Expenditure using the Harris-Benedict equation. It automatically generates a daily menu with real food suggestions and tracks water intake.
- Personalized Calculations: Basal Metabolic Rate (BMR) & Total Daily Energy Expenditure (TDEE).
- Smart Menu Generator: Automatically suggests meals based on caloric goals.
- Offline-First: All user data is persisted locally using Expo SQLite (Sync API).
- Modern UI/UX: Glassmorphism aesthetics, Linear Gradients, and Dark Mode optimized for OLED screens.
- Interactive Inputs: Custom selector components and dynamic feedback.
- Core: React Native, Expo (SDK 51+)
- Storage: Expo SQLite (New Architecture)
- Styling: StyleSheet, Expo Linear Gradient
- Icons: Expo Vector Icons (Ionicons)
- Clone the repository:
git clone [https://github.com/brunnodev50/SmartNutri.git](https://github.com/brunnodev50/SmartNutri.git)

