List of projects
Fizz Buzz application A program that prints Fizz when the number input is divisible by 3. Prints Buzz when the number input is divisible by 5. Prints FizzBuzz if the number input is divisible by both 3 and 5.

Link to repository here
Car Garage application A simulator for a car from a car garage. Being able to change the properties of the car. This includes the speed, model number, etc.

Link to repository here
Grocery Store application A grocery store application for storing grocery lists for each grocery store. Being able to create new lists, assign balances, add items to specific lists, etc.

Link to repository here