Product Management System Guide

QUICK START

Welcome to the LW Shoes Admin System. Follow these steps to get started:

  1. Use one of the test accounts below to log in
  2. Navigate to the dashboard to see your products
  3. Add new products or edit existing ones
  4. All data is saved in your browser's local storage

TEST ACCOUNTS

Use any of these accounts to log in to the admin system:

Administrator
Username: admin
Password: admin123
Editor
Username: editor
Password: edit123
Viewer
Username: viewer
Password: view123
Demo User
Username: demo
Password: demo123

All test accounts have full access to the admin features.

FEATURES

FILES STRUCTURE

admin-login.html          # Login page with test credentials
admin-dashboard.html      # Main dashboard with statistics
admin-add-product.html    # Add/edit product form
admin-edit-products.html  # Manage all products
admin-readme.html         # This guide page
assets/
├── css/
│   └── main.css         # Main styles (shared with store)
├── js/
│   └── admin.js         # Shared admin JavaScript
            

IMPORTANT NOTES

This is a demo system. All data is stored in your browser's local storage.
To clear all data, simply clear your browser cache or use the browser's developer tools.
For a production environment, this system should be connected to a backend database.