Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 875 Bytes

readme.md

File metadata and controls

31 lines (26 loc) · 875 Bytes

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