In modern society, many people struggle in having healthy, balanced meals. For instance, children love snacks and ice cream because they are sweet and flavorful, students love instant noodles and fast food because they are convenient, and dieters love eating little to lose weights.
Studies have shown that unhealthy eating can lead to severe conditions such as nutrient deficiencies or diabetes.
BalancedBite provides multiple suggestions of dishes to the users based on their personal health status, preferences, and social standings (Ex: student).
It also provides alternatives to users’ current preference to help them start eating healthily.
- install chotolatey
- install Node.js python2 JDK8 using
choco install -y nodejs.install python2 jdk8
- install React Native CLI using
npm install -g react-native-cli
- install Android Studio
- configure Android Studio: Make sure you installed Android SDK Platform 27 and Intel x86 Atom_64 System Image or Google APIs Intel x86 Atom System Image
- Configure the ANDROID_HOME environment variable (default path:
c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk
) - Execute the following command at the project file to prevent possible error when executing the android application
mkdir android/app/src/main/assets
For more detailed infomation, please refer to React Native Docs
- For how to run the mobile application on emulator, please refer to the wiki page.
Here is the link to BalancedBite's Mockup Design