Closed nicksessa closed 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.
See this page for help: https://www.w3schools.com/html/html5_webstorage.asp
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.