Timothy Xue March 16, 2021
ASP.NET, Umbraco, Vendr, MS-SQL, Javascript
Github link: https://github.com/pengbo-XUE/Uniwear-Umbraco.git
Here's a quick tour of the site:
Here's a quick tour of the CMS:
Uniwear is created using ASP.NET and Umbraco, both the front-end and the back-end is created by me. The front-end potion of the app is created using razor page and JavaScript, styled using CSS and bootstrap. The back end of the app is created using ASP.NET Web-Application as a starting point and Umbraco as the CMS of the site.
On top of the boilerplate Umbraco code that is included/generated, I’ve added extra functionalities which customizes the site to suit my need, such as filtering products, breadcrumb, searching, pagination, store locator etc.
These functionalities are achieved by using my own custom extension methods, helpers, Umbraco View pages and surface controllers, for example, in order to achieve the cart functionality with the ability to add & remove items, a surface controller is used as well as a some Cart data transfer objects.