added shopping-list-app

pull/272/head
Danielle 5 years ago committed by GitHub
parent b47cf8261f
commit 4e3834fd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save