Source Code
Publisher

Academic Project, CSE 687: Object Oriented Design
Object Oriented Design: SOLID principles, C++, C# WPF, C++/CLI, HTML, JavaScript, and Asyncronous Programming.

We have a lot of tools to convert files from one format to another, like PDF to Word or visa-versa. Similarly, the idea behind the project was to develop a program to convert any code file like .cpp or .h to HTML so it would retain all indentation and format while making it easy to share and read.
The objective of the project was to build a client-server program where we can send and code files to the server and receive converted HTML files or can browse the server file directory and convert and download the HTML version of the code file.
I developed custom packages and integrated them with helper packages and scaled the project and added functionality while understanding and implementing Object Oriented Design S.O.L.I.D principles
In the end, I demonstrated my program's functionality and test hub for each custom packages.

Github link ==> Source Code Publisher