Skip to content

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.

Notifications You must be signed in to change notification settings

ronaessi-28/DOM-Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DOM-Manipulation

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.

Detailed Explanation

Topics

DOM Manipulation Higher-Order Functions (HOFs) CSS Styling Event Handling Dynamic Data Updating Problem Statement

Requirements

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published