feature/shoppingList #1

Merged
cainamilech merged 7 commits from feature/shoppingList into main 2022-11-08 14:40:27 +00:00
Showing only changes of commit d93292e8a4 - Show all commits

View File

@ -35,7 +35,16 @@
</div>
<button class="shopping-form-submit-button" type="submit">Add to list</button>
</form>
</form>
<div class="shopping-result">
<div class="shopping-result-head">
<strong>Item</strong>
<strong>Quantity</strong>
</div>
<ul class="shopping-items"></ul>
</div>
</section>
</main>