This repository is not active
PennyNichols/shopping-list
Shopping list that receives user input for item, price, and quantity. For each line item, a total is calculated (pre-tax). Decimal values are accepted and handled properly for calculation purposes. there is functioning edit and remove buttons. Edit can alter any of the values associated with the item. Clear all button clears the list. The list is saved in local storage for convenience.
JavaScript