Bite Buddy is a kitchen management application aimed at reducing food waste and saving people time and money.
- Users can make an account through the Google Oauth authentication system.
- Users can create a kitchen or join another person's kitchen.
- Users can add food items to their kitchen by scanning a barcode or via manual data entry.
- Users can swipe food from their kitchen into their shopping list and vice versa.
This application is built using React Native with Expo. In order to clone this repo and run it on your own device, you will need to have Android Studio installed on your PC.
If you want to use the application you will be able to install it on your Android device via the Google Play store.
How to run the program
- Install Android Studio.
- Run the program in VS Code with
npm start. - Let the program bundle and then scan the QR code in your console using an android device.
- 0.1
- Initial Release