Skip to content

Moslihbadr/Products-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products Management System (PMS)

This is a simple Products Management System (PMS) built using JavaScript. The system allows you to manage various products, including their descriptions and pricing information. The system does not rely on a back-end or database, and instead uses local storage to store data about the products.

Table of Contents

Getting Started

To use the PMS, simply visite our official web site : use-pms.netlify.app. This will launch the login page, you have to enter your full name and a password and you can start managing your products right away.

Features

The PMS includes the following features:
  • Add new products to the system
  • Edit and update information about existing products
  • Delete one product or all products from the system
  • View a list of all products currently in the system
  • Search for specific products using product title or category or ID
  • View product details, including their descriptions and pricing information

Security

While the PMS does not rely on a back-end or database, it does use local storage to store data about the products. This data is stored in the user's browser, and is only accessible to the user who is currently using the system. However, keep in mind that local storage is not a secure way to store sensitive data, and it is not recommended to use this system for managing highly sensitive or confidential information.

Usage

To add a new product,fill in all the required informations in the form. Once you have filled in all the required informations, click the "Create" button to save the new product to the system.

To update an existing product, click on the "Update" button next to the product you want to edit.When you click the "Update" button for a particular product, the form will be populated with the existing information for that product, such as its title, price, taxes, ads, discount, count, and category. You can then make your desired changes to any of these fields, and click the "Save" button to update the product with the new information.

To delete a product, click on the "Delete" button next to the product you want to delete. This will remove the product from the system.

To delete all products, click on the "Delete All" button . This will remove all products from the system.

To search for products,choose your serch mode (search by id, title or category),then enter a search term in the search input and click the enter in your keybord. The system will return a list of products that match the search term.

Contributing

If you would like to contribute to this Products Management System, please submit a pull request with your changes. We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.

Acknowledgements

Special thanks to Abderrahman Jamal for his original idea for this project. His guidance have been invaluable in bringing this project to fruition.

About

PMS is a simple web-based tool built with JavaScript that allows small businesses to manage their products inventory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors