/Product-details

add update delete articles with ajax and php

Primary LanguagePHPMIT LicenseMIT

PRODUCT DETAILS .

Layout using bootstrap css php and AJAX .

  • a home page containing a small menu whose elements:

    • ADD a product button, user cann add a product.
    • LIVE search barre , user can search about a product typing name, descrition, price of the product onkeyup.
  • the home page contains the list of products:

    • name of product.
    • description.
    • price .
  • action :

    1. The modification makes it possible to modify an article WITHOUT reloading the page.
    2. the deletion allows you to delete an article WITHOUT reloading the page.
    3. An add article page allowing you to insert a new article WITHOUT reloading the page.
    4. user Authentication it's not used.
  • home page

    home page design

  • add Product

    add product

  • update Product

    update product

  • delete Product

    delete product