Skip to content

Ashrafmuhmed/Products-Mangement-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Management Application

This JavaScript code is for a simple CRUD (Create, Read, Update, Delete) application for managing products. It allows users to add, update, and delete products, as well as search for products by title or category. The data is stored in the browser's local storage.

Key Features:

  • Calculates total price of a product
  • Validates input fields
  • Displays product data in a table
  • Allows searching for products by title or category
  • Updates and deletes existing products

Code Overview:

The code initializes variables for product data, input fields, and buttons. It then defines functions for calculating the total price, submitting new products, clearing input fields, displaying product data, and searching for products.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published