Projects

Amazon Website Scraper

- Built a scraper with two other Computer Science majors that searches Amazon for a product, parses the HTML to obtain search results, and filters them based on several possible criteria (reviews, comments, etc.). These results can be exported to a text file.

Particle Fire Animation

- For the final programming assignment on a C++ Udemy course, I created an animation using C++ graphics libraries, which can be seen here.

GitHub Repo Script (ongoing)

- Currently developing a script using Git and GitHub CLI tools to build a script that will initialize a local and remote repository for one or more target directories. The script will stage and push the local repository to the remote one as well.

COMP-335 Final Project

- For our final project, Noah Clive and myself will be creating a web application similar to Facebook, but with one key change that we believe is more in line with the original vision: users must set their profile picture to their actual Face in order to make an account and post. If facial ID is not provided upon first account creation attempt, the user's MAC address will be banned and they can no longer visit the site.