Welcome to the LW Shoes Admin System. Follow these steps to get started:
Use any of these accounts to log in to the admin system:
All test accounts have full access to the admin features.
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
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.