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