nicksessa / Pied-Piper-II

On Heroku:
https://warm-stream-73173.herokuapp.com/
0 stars 2 forks source link

Song List and Add to Cart #12

Closed nicksessa closed 5 years ago

nicksessa commented 5 years ago

The song list needs to have an "Add to Cart" button added. This will create an array of objects in LOCAL STORAGE. Each object in the array has the following:

Song Title Artist Name Album LastFM link Price (.99 cents)

There may be more data fields. Add as needed.

nicksessa commented 5 years ago

See this page for help: https://www.w3schools.com/html/html5_webstorage.asp