Question: Part 1 : Implement the catalog page as shown below Create tis JSON file that has books details: [ { itemname : book
Part : Implement the catalog page as shown below Create tis JSON file that has books details:itemname: "book"description": "data science book","image": "bookjpg"price": "cata": itemname: "bookdescription: "com scienputerce book""image": "bookjpgprice: "cata": itemname: "bookdescription: "data science book","image": "bookjpgprice: "cata": get the book details using fetch api, show these details using bootstrab card, show card per row Also adjust the JSON file to have Author nameAlso adjust the JSON file to have two more books Update the Cards to show the Author nameAdjust the row to show CardsImplement the shopping cart pageGet the book price using Fetch API When buy button is clicked the book will be added When delete button is clicked then the book will be deletedfrom the table When check out is clicked then it calculates the total and popan alert message with the total price. Adjust the code to show the description in the table
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
