top of page

SOFTWARE REPOSTIORY

ONLINE STORE HELPER                        (WORK-IN-PROGRESS)

C++ | 2020

As someone who sells their art online, keeping track of all the orders, available items and buyers can get messy real quick. I decided to create my own program that would be able to act as a shop manager/helper. Every time you get a new order, it’ll let you know if it’s a new buyer or a returning buyer. If it’s a returning buyer it’ll show you their order history. You’ll also be able to state all of the different items on your shop along with a price, description, order details and your current available stock. It’ll also alert you when you’re running low on an item. On top of this, it’ll also be able to calculate the minimum to cost to charge for something in order to break even.

MATRICES, VECTORS & 3D MATH GRADE CALCULATOR

C++ | 2019

Our 3D Math Professor had all the grades set to 0 at the start of the semester and updated them as the assignments were completed throughout the semester. This made it difficult to know what you’re actual grade in the class was. I decided to code a quick program that would calculate your actual grade for you. You inputted all of your grades for each assignment type and the program would calculate your current grade.

Repository Coming Soon
Software Repository: List
bottom of page