Dusty’s Corner is a website I built for a company that manufactures miniature scale models and artwork for commission.

I first designed the layout of the website using HTML, Bootstrap and CSS for a responsive design that is compatible with mobile devices. Then I created a backend database to store the product details using SQL Server and Entity Framework Core. This involved creating a data access layer and a repository to access the data. 

The ASP.NET Core Web API framework was used to create a REST API to retrieve product details and other page contents. This included a client library to make it easier to access the API. 

The website was created using the ASP.NET Core MVC framework. I made use of partial views to reuse and compontontize parts of the layout which are shared between pages. 

The AngularJS framework was used to design the front-end components and for the shopping cart implementation.

The source code for the Dusty's Corner website can be found on GitHub here.

Click here to view the finished website.