Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 441 Bytes

Recipe Ingredents

This is a simple React app that displays ingredients for recipes selected from a list.

Multiple recipes may be selected by holding Cmd/Ctrl when clicking on thumbnails.

Recipes ingredients are displayed in alphabetical order, with duplicates removed in the case of multiple recipes selected.

Instructions