Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.01 KB

Recipog

Description

“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.

Hand Over Document (How to setup)

  1. First git pull the project repo to your local computer (or download project zip)
  2. Install expo to your computer if you havent already with "npm install --global expo-cli"
  3. As the package.json file already contains the dependencies run "yarn install" to download all the required node module files
  4. I would need to hand over the environment variables file which contains sensitive info such as my database api keys.
  5. To run, simply type "npm run web" or "expo start" which will open the expo CLI.
  6. 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.