Create a web page where users can input product data, and the application dynamically displays the product prices and ratings in a bar graph format. Implement sorting functionality and ensure real-time updates.
DOM Manipulation Higher-Order Functions (HOFs) CSS Styling Event Handling Dynamic Data Updating Problem Statement
Provide input fields for users to enter product name, price, and ratings. Retrieve the input data and display it in bar graphs for price and ratings. Implement sorting functionality for both price and ratings graphs. Ensure that adding new data dynamically updates the graphs. Manipulate the CSS to visually represent the bar graphs without using any external libraries.