Pinned Repositories
BugTracker
A ticket issuing web application built with ASP.NET 6 MVC to help developers collaborative project tasks.
civic
This program checks if the user input is a palindrome(a word, number, or phrase which reads the same backward as forward).
codetimescoffee
My personal IT blog. Built with ASP.NET Core MVC
ContactPro
An full featured address book app built with ASP.NET 6 MVC
DominicWegrzynowski
Config files for my GitHub profile.
FizzBuzz
A classic interview question. A program that displays each number from 1 to 100, for each multiple of 3 it displays "Fizz", for each multiple of 5, it displays "buzz", and for multiples of both 3 and 5 it displays "fizzbuzz".
Fridgelr
Enter foods from your fridge and get AI generated recipe recommendations
Invoice
MoviePro
A movie review web application build with ASP.NET Core MVC
Porfolio
DominicWegrzynowski's Repositories
DominicWegrzynowski/BugTracker
A ticket issuing web application built with ASP.NET 6 MVC to help developers collaborative project tasks.
DominicWegrzynowski/codetimescoffee
My personal IT blog. Built with ASP.NET Core MVC
DominicWegrzynowski/DominicWegrzynowski
Config files for my GitHub profile.
DominicWegrzynowski/civic
This program checks if the user input is a palindrome(a word, number, or phrase which reads the same backward as forward).
DominicWegrzynowski/ContactPro
An full featured address book app built with ASP.NET 6 MVC
DominicWegrzynowski/FizzBuzz
A classic interview question. A program that displays each number from 1 to 100, for each multiple of 3 it displays "Fizz", for each multiple of 5, it displays "buzz", and for multiples of both 3 and 5 it displays "fizzbuzz".
DominicWegrzynowski/Fridgelr
Enter foods from your fridge and get AI generated recipe recommendations
DominicWegrzynowski/Invoice
DominicWegrzynowski/MoviePro
A movie review web application build with ASP.NET Core MVC
DominicWegrzynowski/Porfolio
DominicWegrzynowski/Repay
A tool that can be used to calculate loan payments.
DominicWegrzynowski/Reverse
Reverse takes a user input string in the form of a text box and displays the user input string reversed.
DominicWegrzynowski/ZeroTo100
ZeroTo100 A Coding Project. Displays the power of loops by displaying the numbers 0-100 with alternating highlighted text.