Build a ui, where i can add item details, keep that as a item template on save,.
Create another form where i can create variants based on the item-template data. the variant creation form should have two dropdowns(size andn color seperately), fill random values in them, and on form submission create a listing page where variants are listed.
I've created a complete UI for managing item templates and variants using shadcn/ui components. The application consists of three main sections:
[PRODUCT_CODE]-[COLOR_CODE][SIZE_CODE]-[RANDOM_NUMBER]The UI is fully responsive and uses shadcn/ui components throughout for a consistent look and feel. The state management is handled by Zustand, making it easy to share data between components.
To use this application, simply navigate through the tabs to create templates, generate variants, and view the listing.