top of page

PROJECTS

ASP.NET Factory Method
 

In this project, I focused on the concept of the factory method in object oriented programming. This project was created using the NorthWind database which is freely accessible online.  By clicking on the title you will be moved to my github page and be able to download the code.

E-Commerce HTML and CSS 
 

In this project, I built a shopping site using html and css. It incorporates a shopping cart, payment method, and a list of items and their prices that's updated according to what's already in your shopping cart. By clicking on the title you will be moved to my github page and be able to download the code.

ASP.NET Simple Factory

 

In this project, i focused on object oriented programming through use of a coffee shop. Using this code, users would be able to select from 4 different main coffee blends and add to their coffee as needed from 10 different add ons. Of course, each add on costs a different amount of money and is calculated appropriately. By clicking on the title, you will be moved to my github page and be able to download the code

Hunger Games Javascript
 

In this project, I focused on one of the more popular assignments usually given in interviews by employers to prospective IT employees. Based off of whether or not a number is divisible by another number a certain word will print out accordingly. By clicking on the title, you will be moved to my github page and be able to download the code.

bottom of page