“Recipog” is a recipe providing app that allows the user to input ingredients from their pantry and then be provided with food options they can make using the ingredients they have. The app has other functionality such as displaying a meal planner which creates daily meals based on the amount of calories the user inputs.
- First git pull the project repo to your local computer (or download project zip)
- Install expo to your computer if you havent already with "npm install --global expo-cli"
- As the package.json file already contains the dependencies run "yarn install" to download all the required node module files
- I would need to hand over the environment variables file which contains sensitive info such as my database api keys.
- To run, simply type "npm run web" or "expo start" which will open the expo CLI.
- The app is pretty self explanatory, if you do not have an account you can signup and then gain access to all the app's features.