Skip to content

vjonesmuth/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes

Parts to build

  • Create form to intake recipes
  • Edit form to edit recipes
    • Edit any property of a recipe or delete a recipe, deleting a recipe should prompt the user to make sure they actually want to do this action.
  • List page
    • Filters
      • Autocomplete text field
      • Ingredient names, recipe description, and ingredient descriptions will be appended to data attributes for search ability
    • List all recipes by name
  • Save recipes
    • Write a JSON file with all the recipes for start, long term look into a different back end like Node or Python to save to a database.
  • Objects
    • Recipe
      • Name
      • Description
      • Ingredients
        • A recipe can have unlimited number of ingredients
    • Ingredient
      • Name
      • Description (Use this as a tool tip to provide additional information)
      • Amount
      • Measurement Type
        • US
          • tsp
          • tbsp
          • cp
          • quart
          • gallon
          • oz
          • lbs
        • Metric
          • liter
          • grams
          • kilo

About

App to collect, manage, and view recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published