top of page
Onboarding at USLI
This project was created in December 2022 and tested the basics of what I learned from my onboarding training at USLI. This project also set the foundations for everything I'd be doing for Test Quality Utility.
This was my first hands-on attempt at C# and the .NET/MVC framework. A few things that I created to make this functional were:
1. A SQL database containing info about the products
2. Appropriate public classes in the Model
3. A SQL connection in the controller
4. JavaScript functions that display the appropriate data into the View using template literals.
The increment/decrement of the number of products, the total number of products on the cart, and all of the functionality in the cart page is handled with JavaScript.
bottom of page