OOP Projects

Java: McLTC

Mc LTC

McLTC is built with Java using multiple classes as a mock self ordering console for the restaurant McLTC. A customer would select the items they would like to add to their order on the console. Then once they are done and get their id, the order is sent to be made by the kitchen. The main class controls only the main selection menu and the continue or display total menus. The rest of the menus and functionality are called from other classes by the main via inheritance.

McLTC

Python: Cookbook

In development

Python Cookbook

A work in progress application for keeping track of recipes. It uses Python 3.X with OOP to ask for user input. Either add, view, or delete recipes is the current functionality of the application. All of the data was pulled and stored in a MySQL database.

Update: For reasons I could not figure out, my hosting service would block the request to connect to the database. The program will work with a local hosting service but not on an actual server. Currently the program now stores files to a set of files that read and write JSON. Current Build