/HFExercise3JS

Hacker Fellows 2016 Grand Circus Bootcamp

Primary LanguageJavaScript

HFExercise3JS

Hacker Fellows 2016 Grand Circus Bootcamp

Extend the shopping cart program from the last lab.

  • Set up a basic HTML page
  • Append the items and their prices from the shopping list to the page.
  • Show the total somewhere on the page.
  • Bonus: Add a form with text inputs for Name and Price and a button that allows you to add elements to the shopping list
  • Clicking 'Add' updates the list on the page
  • Clicking 'Add' also updates the list on the page and the total