An application to allow users to hold their recipes + track nutrition information in one place :)
- Core idea: lifestyle/nutrition tracking app
- Connect to a nutrition API
- Text box for users to search for food items
- Add food to individual days/meals? (not implemented)
- Secondary idea:
- Allow users to set RECIPES
- Combine foods into saved recipes for users to re-add later
- Allow users to set RECIPES
- Stretch goal:
- Allow users to track workouts
[ x ] Connect to a nutrition API (https://developer.edamam.com/edamam-nutrition-api was the first google search result + has a free option with fewer calls)
- this one is not working --> attempting to use the edamam recipes api
- only has full recipes, looking for another food API
- attempt 3: https://fdc.nal.usda.gov/fdc-app.html#/
- currently not working (can't search)
- now generates a search box that works but all code is stuck in App.jsx
- fixed! code is now separated out with redux + prop drilling
- currently can add list of ingredients in a recipe but cannot list their nutritional information
Allow users to combine foods into saved recipes for users to come back to later