Getting started
Version: 1.0.0
Mobil Shop System is a point-of-sale and inventory app for mobile phone retail shops.
Try Demo Mode
- Open the live demo from the project page when available, or run locally:
cd demo-mode && npm install && npm run dev - Open http://localhost:3001
- On the login screen, click a Quick demo account card (Admin is recommended for full coverage).
- Explore Dashboard, Inventory, Sales (POS), Order History, and Suppliers.
Demo logins are shown on the Demo Mode login screen. Data stays in your browser; use Reset demo data in the sidebar to restore the sample shop.
App map
Login → Dashboard
├─ Inventory (products & categories)
├─ Sales (POS)
├─ Order History
├─ Suppliers
└─ Shop Settings (sidebar)