Developed a complete single-page CRUD system for a mobile store using HTML, CSS, and JavaScript, allowing the store owner to manage inventory and invoices efficiently.
Key Features
Add, Edit, Delete Products: Easily manage products with dynamic forms.
Real-Time Invoice Total: Automatically calculates totals including price, taxes, ads, and discounts.
Search Functionality: Quickly find products by name or category.
Bulk Add Products: Add multiple quantities at once.
Persistent Storage: Data is stored in localStorage to maintain records between sessions.
Smooth User Experience: Includes scroll-to-top, dynamic updates, and responsive form handling.
Technologies Used
HTML
CS
JavaScript (Vanilla JS)
LocalStorage for data persistence