Simple full front-end store made by pure JavaScript.
- Responsive 📱
- Custom preload 🔃
- Customized print style 🖨
- Customized context menu 📄
- Add, edit, or delete products ✅
- Create or delete user accounts 👤
- Search bar for products (title & description) 🔎
Name | Type | Required | Default |
---|---|---|---|
Title | string |
true |
"" (empty string) |
Description | string |
true |
"" (empty string) |
Picture Link | string |
true |
"" (empty string) |
Buy Link | string |
true |
"" (empty string) |
Price | number |
true |
null |
To login as an admin, enter this username & password:
Name | Value |
---|---|
Username | admin |
Password | 12345678 |