Skip to content

ixsalimo/AllinOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 

Repository files navigation

AllinOne

Simple full front-end store made by pure JavaScript.

Features

  • 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) πŸ”Ž

Product Parameters

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

Admin Panel

To login as an admin, enter this username & password:

Name Value
Username admin
Password 12345678

Authors