- Developed an enterprise-level single page application via Spring that assists users in caring for their reptiles.
- Built the backend with Java utilizing the MVC framework and created the frontend elements using Javascript.
- Created a Python app to patch temperature and humidity data via the controller. Styled with CSS.
Feedia - The Reptile Tracking App

Virtual Pet Shelter

- The Virtual Pet Shelter project was a group project culminating in a Tamagotchi-like game.
- Users care for a shelter of organic and robotic pets, who have different needs, via the command-line interface.
- Utilized Java and concepts including interfaces and abstract classes.
Game Reviews Done Quick

- Created a multi-page game review application via Spring that hosts reviews by both the host as well as visitors via input forms.
- Via the homepage, users can view featured reviews and access categories and hashtags to find games that interest them.
- Used Java, CSS, and HTML and utilized the MVC framework.
FizzBuzzQix

- The FizzBuzzQix project is a program that can take in any number and return whether it's a multiple of 3, 5, 7, or a combination.
- Users can input a number and the program will return Fizz if it's a multiple of 3, Buzz for 5, Qix for 7.
- Utilized Java and concepts including switches, loops, and modulus.