Skip to content

dud9/Product-Manager-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full product management system crud

Using javascript

C Create
R Read
U Update
D Delete

and i add search to the Project . These are the five basic operations for handling data in a program :

  • Creat Database
  • Read and Show the Data
  • Edit and Update the Data
  • Delete Data
  • Data Search

Program Advantages

  • Add a product
  • Add any number of products with a click
  • Read and view the product
  • Delete the product
  • Delete all products with one click
  • Search for products by name and category
  • Saving products permanently in local storage
  • Able to calculate product tax and advertising expenses and find the final price
  • Data will not be added unless it is correct

alt text