Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Assignment - Web Development Internship 

 
This assignment is to create an Order Summary page of a customer’s latest order. 
 
Steps Involved :  
1) Fetch the customer’s order by sending a GET request to 
https://indapi.kumba.io/webdev/assignment 
Please note that the ‘price’ for item is the price of each unit and the tax is in % 
2) Create an Order Summary page with the order data fetched in Step 1. You have the 
whole creative freedom for the page. 
 
Things to do :  
1. Create an order summary page that displays 
a. Restaurant Details 
b. Customer Details 
c. Items of the order 
d. Items’ total, tax and the total bill 
2. Explain how your code would change if customer ordered more items (say 7 items) 
 
You are free to use any modules or frameworks to create the page. Style it with CSS as you see 
fit.  
 
Please upload your code, instructions to run the code, screenshot of the order page to Google 
Drive and share the link on Internshala chat. 
 
Feel free to reach out in case of any questions. 

You might also like