top of page
portfolioheader.png

Onboarding at USLI

swirly4.png

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

Screenshot 2024-05-06 at 5.20.16 PM.png
swirly3.png
Screenshot 2024-05-06 at 8.08.04 PM.png

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. 

Screenshot 2024-05-06 at 8.05.39 PM.png
Screenshot 2024-05-06 at 8.10.46 PM.png
Screenshot 2024-05-06 at 8.12.14 PM.png

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. 

screenshot.png
swirly4.png
bottom of page