MDIA 3207 - Assignment 5
For this assignment we were to continue with the collectibles pages from assignment 4 and to add a Javascript shopping cart to it. Fortunately, the instructor provided some in depth examples, which I was relatively easily able to integrate in with assignment 4. I was very fortunate in that there was little hard coded HTML in assignment 4, which made the integration and conversion over to a shopping cart much easier.
I lost a few marks because some of the HTML code was deprecated, and I think that code originated from the example. Guess I should have been more rigorous with the validation.
Lesson learned: Validate everything. Again!