A dynamic product page that allows users to perform full CRUD operations (Create, Read, Update, Delete) on a list of products. Built using HTML, CSS, JavaScript, and LocalStorage.
The objective of this project is to create a product page that enables users to manage products efficiently through CRUD operations.
It provides hands-on experience in:
- DOM Manipulation
- JavaScript Event Handling
- Local Storage Management
- Responsive Web Design
- โ Create: Add new products with details (name, price, image, etc.)
- ๐ Read: View a list of all added products
- โ๏ธ Update: Edit existing product details
- โ Delete: Remove products from the list
- ๐พ Persistent Storage: Saves data in browser LocalStorage
- ๐ฑ Responsive: Works on mobile, tablet, and desktop screens
- HTML5
- CSS3
- JavaScript (Vanilla)
- Browser LocalStorage