A minimalist Angular app for managing product hierarchies with:
- Expand/collapse tree
- SKU/label search
- Local storage persistence
- Modal-based edit/delete
- JSON import/export
- Built for dynamic deployment (supports SSR-ready Netlify setup)
- Angular 17+
- Standalone Components
- LocalStorage
- SSR-Ready (Netlify)
- Full CRUD interface for nested product nodes
- Types: Brand → Category → Collection → Product
- Search by SKU or name
- Save/load as JSON
- Responsive and minimal UI
npm install
ng serve