The project includes the layout and client-side logic for the following pages and components:
home.html
): a product catalog with interactive filters.cart.html
): an interactive cart with features to change item quantities and remove items, with automatic total recalculation.checkout.html
): a form for entering shipping information and selecting a payment method.login.html
), registration (register.html
), and password recovery (forgot_password.html
) pages.localStorage
).account.html
): a tabbed page for viewing order history and editing user information.admin/products.html
).admin/add.html
) with an image upload simulation.