Digital Apron

Meal planning web-app that captures the intuitiveness and functionality of modern meal subscription services. My first full-stack project.

To Do List

Fully featured to-do-list app written entirely in javascript and built with webpack. Uses local storage to keep track of task history.

Yu-Gi-Oh! LOTD Link Evolution Card Finder

When I had Covid, during my 2 week quarantine and recovery I got into Yu-Gi-Oh through "Legacy of the Duelist Link Evolution". Having not kept up with the franchise, finding out where cards were was a huge pain because over 10,000 cards were hidden behind character related booster packs & challenge duels. Other card finders did not have any visual aid or provide card information so they were useless to me because I had no idea who "Gong Strong" or "Akiza Izinski" etc were. This card finder utilizes the Yugipedia mediawiki API to grab images and extra information.

Unbeatable Tic-Tac-Toe

Play against an unbeatable Tic Tac Toe opponent. Written in Javascript and utilizing min-max recursion strategy to determine AI moves.

Potions++

A fun example product page for a Dungeons and Dragons NPC.

Sagacious Saga Bot

A python app to automatically play Sagacious Saga using floodfill recursion strategy.

The Library

Web app to keep track of which books in your library have been read with an easy to use UI. Uses Google Books API to download book covers and page counts.

Emmet Abbreviation Documentation Library

CodePen demonstrating ability to write technical documentation.

Basic Calculator

A simple calculator built with javascript and made pretty with html and css. Features optional keyboard inputs.

Manga Updates Webscraper

Script that scrapes information on mangas from mangaupdates.com and writes the data into a csv file. Dependent on requests and bs4. Used to help determine which mangas are good targets for translating. Example of 10 mangas scraped provided.