My Projects
CIS 3342, Section 1
Project 1:

This project is a simple HTML page that processes quiz answers on the server and displays the results and grade in an aspx page.

Project 2:

This is a Coffee Shop ordering system that updates a database with item sales information for each sale that is made. There are also reward accounts that exist to give customers 10% discounts. The database tracks reward account member sales and orders.

Project 3:

This is an extensive real estate management system. I would compare it to a small scale zillow clone. It features the ability for a page viewer to search for homes with different search criteria, create offer requests, and create home showing requests. There is also user registration where a broker can sign up for an account to create and manage their own home listings, as well as view and accept home offers.

Project 4:

This project was a rebuild of the previous real estate management software on a different framework (Core). In addition to adding all the features from the last project, this project includes encryption for the users passwords and more features. Most database operations for this project were also moved into web apis that are also hosted on the IIS server.