MoARABY / Product-Management-System-JS

Js CRUDS Operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Management System

This is a simple product management system built using JavaScript, HTML, CSS, and Bootstrap. It allows users to perform CRUD (Create, Read, Update, Delete) operations on products and includes a search feature.

Features

  • Create new products
  • Read existing products
  • Update product information
  • Delete products from the system
  • Search for products by name

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • Bootstrap

Getting Started

To get started with this project, follow these steps:

  • 1. Clone the repository to your local machine.
  • 2. Open the `index.html` file in your web browser.
  • 3. You can now perform CRUD operations on products using the user interface, including searching for products by name.

Usage

  • 1. Create a Product: Click on the "Add Product" button and fill in the required information.
  • 2. Read Products: View the list of products displayed on the main page.
  • 3. Update a Product: Click on the "Edit" button next to a product to update its information.
  • 4. Delete a Product: Click on the "Delete" button next to a product to remove it from the system.
  • 5. Search for a Product: Use the search bar to filter products by name.

License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

About

Js CRUDS Operations

License:MIT License


Languages

Language:JavaScript 61.5%Language:HTML 32.5%Language:CSS 5.9%