diff --git a/Shopping b/Shopping new file mode 100644 index 000000000..b0652dc83 --- /dev/null +++ b/Shopping @@ -0,0 +1,15 @@ + {plantsArray.map((category, index) => ( +
+

{category.category}

+
+ {category.plants.map((plant, plantIndex) => ( +
+ {plant.name} +
{plant.name}
+ {/*Similarly like the above plant.name show other details like description and cost*/} + +
+ ))} +
+
+ ))}