A food inventory management system that allows you to keep track of what ingredients are in your pantry, fridge, and more! BestBy is made to make your life easier, allowing you to view what food and drink are in your fridge, as well as keep track of their expiration date!
This project was developed in React Native using the Expo bundler, and using firebase/firestore for user authentication and database.
This app is developed use the expo/metro JS bundler.
The latest version of Node.js is required ahead of time to run this application
After ensuring node is installed, to initialize the application:
- Manually install expo, ensuring that the CLI is working
- Navigate to the root file of the project directory
- run command
expo install
to download all required dependencies - Follow the expo docs to find out how to run on the device platform of your choice