From 4e3834fd15597cb1b0df86266cdfb6422ab656b5 Mon Sep 17 00:00:00 2001 From: Danielle <44077162+dhutchings3@users.noreply.github.com> Date: Mon, 5 Oct 2020 20:29:43 -0500 Subject: [PATCH] added shopping-list-app --- Projects/1-Beginner/Shopping-List-App.md | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/1-Beginner/Shopping-List-App.md diff --git a/Projects/1-Beginner/Shopping-List-App.md b/Projects/1-Beginner/Shopping-List-App.md new file mode 100644 index 00000000..8aef3303 --- /dev/null +++ b/Projects/1-Beginner/Shopping-List-App.md @@ -0,0 +1,28 @@ +# Shopping List + +**Tier:** 1-Beginner + +The objective of the Shopping List app is to create a shopping list that allows the user to build a shopping list by adding and removing items to the list. + +## User Stories + +- [ ] User add an item to their list by typing in the text bar and selecting add. +- [ ] User can remove item from list by clicking a delete button next to the item. + +## Bonus features + +- [ ] User can check off the item by clicking a checkbox or check button next to the item. +- [ ] User can add a clear all button to clear all the items from the list. +- [ ] User can send the list to their email. +- [ ] User can add the quantity of an item when adding a new item to their list. + +## Useful links and resources + +- [jQuery](https://api.jquery.com/) + + +## Example projects + +- [Shopping List](https://codepen.io/MikeyB2/pen/qyNrxV) +- [Shopping List App](https://codepen.io/wDevChris/pen/VLmNVb) +- [Grocery List](https://codepen.io/Ketan07/pen/MyExwx) \ No newline at end of file