chrispiccaro18 / inventory-tracker

Friday Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventory-tracker

Friday Project

  • Create an inventory tracker
    • inventory.html - displays a list of all items
      • STRETCH: provide an optional query string that allows to filter the list of items by category. For example, ?category=food would only display items with the food category
    • create-item.html - create a new inventory item (name and category)
      • STRETCH: have user confirm the new item look correct before putting it in local storage
    • item-detail.html - display the items details (name, category, and quantity)
      • have a button to decrease the quantity
      • have a button to increase the quantity
      • have a button to delete the item
      • STRETCH: have a button to update the item

About

Friday Project


Languages

Language:JavaScript 84.0%Language:HTML 15.8%Language:CSS 0.2%