Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 858 Bytes

CRUD-JS

This is a simple application that allows for managing products by performing CRUD operations on their information. The data is stored in LocalStorage and displayed in a table, enabling users to modify or delete each product.

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Run Locally

Clone the project

  git clone https://github.com/Bilaloum/CRUD-JS.git

Go to the project directory

  cd CRUD-JS

open the index.html file with your browser

ScreenShots

Add Products

App Screenshot

Search for Products

App Screenshot

Get all Products

App Screenshot