Scamless

At the HackAI 2021 Hackathon, I worked with a team to create a web app that detects whether a message is a scam or not. It uses artificial intelligence trained on a database of real and scam messages and classifys any chunk of text as a scam or not. It worked with a combination of Anvil, Python, and the OpenAI API.

Titanfall 2 item tracker

I realized a need to assist the setup of 10 man competitive Titanfall 2 matches. I created a program that takes quick keyword inputs and updates a display on what is still available for choosing. There is also an undo feature for when people change their mind.

Sleep time tracker

I learned from a Youtube Video that it was very beneficial to plan out sleep in 90 minutes cycles, but when I looked for a website to figure out when I should go to sleep or wake up I found nothing. Thus, I created my own Java program to help calculate the times for myself. I used Java because that was the most recent language I was studying in school.

Personal Website

I wanted to make my own website in order to properly learn HTML and CSS. I needed something fun to get myself motivated to learn this new skill instead of playing video games over the Summer so I made this! I took a free course from InternetingIsHard.com and created this website as a result.

Cooking Buddy

For our team's project in CS 3354 Software Engineering, we chose to create an web app called Cooking Buddy. The idea behind it was a community centered around user submitted recipes. We worked as a team of 5 and went through the entire software engineering process starting with generating requirements from use cases and working towards implementing the most important components. As a apart of the team, I contributed the project idea, the login validator functions, the UI design in Figma, and the CSS styling for our HTML files. I also learned a lot about using a full tech stack with NodeJS, how to properly collaborate using Git, and learned about many UML diagrams used for software engineering.