Hangouts

Hangouts

Android • Java • Firebase • ParseDB

Hangouts is an event/social planner app that allows users to create events or "Hangouts" and share them with other users. Then, said users can join the event and rank their top picks for meal selection. The app then will run an algorithm to process each members preferences and calculate which restaurants might be a good fit for the member's current cravings. Finally, the app will display those restaurants on a map so participants can make a decision on where to go.

shapez

img

GDScript • Godot Engine • Game Development

Inspired by the board game, Chocolate Fix, Shapez is a 2d Android puzzle game with the goal of placing shapes in a 3x3 grid according to a set of given hints.

EmailVerifierDFA

img

HTML • CSS • JavaScript • OOP

In this project, the problem of validating whether a string is a valid email address was addressed. To do this, a deterministic finite automaton (DFA) was used. Finite automata are powerful tools for validating input strings against specific patterns, and in this case, it was used to evaluate whether a given string satisfies the rules of a valid email address.

FUT23-PlayersScraper

img

Python • Selenium • CSV

This web scraper navigates the FUT 23 web app, scans all the players in your current club, and dumps them into a CSV file. This can be opened in excel or viewed with a CSV extension. There you can filter by rating, nation, league, or club which helps when doing SBC's because you have easy view access to all your players with their respective attributes.

DealorNoDeal

img

C

The classic game of Deal or no Deal for the command line developed in standard C.