Product JSON Parser and Display Application

Introduction

This application fetches product data from a provided API, parses the JSON, and displays the product information in a table. The table is sorted based on the descending popularity of the products.

Output

  1. The application displays a table with the product details, including subcategory, title, price, and popularity.
  2. The table is ordered based on the descending popularity of the products.

Website link

Check out my website: https://abhishekydv097.github.io/Smartserv-t1-main/

Demo

Check out the animated demo below:

Working of project