Game Guesser
Created a daily game guesser where the user gets bits of information per guess and has 5 tries to get the game. The OpenCritic API was used to gather and cache data while the rest of the application was developed over a semester.
Features:
- Implemented an internal database storage system that can conduct all CRUD operations in SQL tables that are in third-normal form
- Expanded user interactions by correlating users to completed challenges for implementations of leaderboards/completions
- Integrated server-side rendering with PHP to allow for secure user profiles and interactions
GitHub
HTML 5
PHP
SQL
CSS
Bootstrap

Social Sync
It is hard to schedule times to meet when you are a college student, everyone in the friends group has conflicting schedules. We are coming up with an App where users can schedule time to meet by selecting the available times. Our app is a mobile version of the https://www.when2meet.com/ website, it also shows the weather information on the day of the meeting.
Features:
- Utilized Firebase to set up custom events and user profiles
- Allowed users to see nearby events and add them to their event collection
- Creates notifications and shows the users the weather for a specific time
Android Studio
GitHub
Kotlin

Abyss Bot
Developed a general moderation bot for Discord that utilized the Discord.py wrapper. Utilized the experience to aid in my development of Python and web applications.
Features:
- Allowed for toggling of specific settings and configs per server
- Created a way for users to vote to add emojis to a server
- Self-hosted the bot on Oracle Cloud using Tmux
GitHub
Ubuntu
Python
