Pokemon Finder

Pokemon Finder App

Pokemon Finder is an API-based searching system using Pokeapi. Filter by region and game, or just click the random button and see which Pokemon appears! Your favorite Pokemon can be marked and saved under the Favorites tab, which will save them in your computer's Local Storage to view them later. Go Catch Them All!

Note: The community tab is currently down. It used Firebase to record the data of all visited and favorited Pokemon, then printed out that ranked list. However, the free trial of Firebase expired, so that feature is disabled.



Unorthodox Instrument

Instrument Parrot Page

This was a group project for one of my coding classes. We were given the task of creating an odd instrument with non-traditional inputs and/or outputs. My group decided to use an image detection AI (ImageNet) for our input, and determine which sound comes from our 'instrument' by the type of bird and the AI's level of confidence. The AI is a little off the mark occasionally, so we provided some birds that will definintely work, but any image can be dragged onto the canvas. Beware of the peacock though - the sound can be a little obnoxious.

Note: The Imagenet system seems to have changed since the last time I checked on this project, and the image detection is not working properly. Please use the 'Random Sound' button to add sounds while I work on fixing this!



Arcade Avoidance

Arcade Avoidance

This is a very basic game that I made for a school project. Using Javascript and Canvas, I made a multi-difficulty arcade-style game. Different difficulties are read in from an external file.



iSchool in React

iSchool Degrees

This a rework of RIT's iSchool website that I made for a class using React and the school's API.