Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 711 Bytes

Vue.js - Introduction project

A webpage showcasing one of Air Shop's products

See the page at: https://kin-au.github.io/vue-intro

Written in Vue.js, including:
  • instances and components
  • conditional rendering
  • rendering lists by mapping arrays
  • class and style bindings
  • computed properties
  • forms with input bindings
  • emitting custom events
Features:
  • select different item sub-options
  • toggle image when hovering over sub-options
  • see whether item is in stock
  • warn user when stock level is low
  • prevent adding to basket if no stock is available
  • see number of items in the basket
  • remove item from the basket
  • see any reviews on the item
  • submit a review of the item