Question: JAVASCRIPT HTML WITH A HINT OF NODE.js / / EXPRESS.js & Web Application / / AJAX + JQuery This bonus assignment will be worth 4
JAVASCRIPT HTML WITH A HINT OF NODE.js EXPRESS.js & Web Application AJAX JQuery
This bonus assignment will be worth points. Last week, we created a web application with the following endpoints for a book library:
GET booktitle
POST book
JSON body: title:"author":"...","pages":"...","quality":"..."
DELETE booktitle
GET books
This week's assignment will have you extend the HTML page we created from the lecture notes. You may also use the solution from Module assignment solution when it is released, which contains the entire Express project folder with the endpoints created for you. There is no requirement in terms of UI and functionality be creative but you must do the following to get all pts:
Incorporate all the API endpoints listed above from these past two week's lectures.
Use jQuery AJAX to accomplish any serverside interaction any time your HTML page makes a call to your local web application
Use jQuery to manipulate a DOM element somewhere in your assignment solution using a selector and DOM method of your choosing.
If you do use last week's solution code, you would simply add an HTML file in the same folder that uses jQuery AJAX to hit the endpoints above.
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
