It was always my intention to create a simple client application that enabled the creation of marketing campaigns and discounts.
There is a marketing gateway already built and the backend functionality is available in both the Discount minimal API project and the Discount gRPC project.
It really only needs to give a fictional marketing dept the ability to create a campaign with start and end dates which includes a selectable list of discounted products.
I could build something using Blazor, but I'd always wanted to demonstrate how to add something different to the mix, so the feasible options for me are:
Blazor (Wasm or Server)
Angular
Next.Js
Vue/Nuxt
It was always my intention to create a simple client application that enabled the creation of marketing campaigns and discounts.
There is a marketing gateway already built and the backend functionality is available in both the Discount minimal API project and the Discount gRPC project.
It really only needs to give a fictional marketing dept the ability to create a campaign with start and end dates which includes a selectable list of discounted products.
I could build something using Blazor, but I'd always wanted to demonstrate how to add something different to the mix, so the feasible options for me are:
Blazor (Wasm or Server)
Angular
Next.Js
Vue/Nuxt