Merge 4e3834fd15
into 08b771c863
commit
72a3c7e9bb
@ -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)
|
Loading…
Reference in new issue