Animestagram

Animestagram allows users to create accounts and write reviews for anime that they watch. The reviews pull from an outside API and automatically populates a picture for the show. It uses token authentication to make sure that users can only edit their own posts and aggregates all reviews on a home screen.


Tech Stack: JavaScript, React, CSS, HTML

World Builder

World Builder is a backend application designed to help track and organize brainstorming ideas for world building. It allows you to store a variety of different ideas, such as characters, cities, and nations, and interconnect those objects so that a city belongs to a nation and such.


Tech Stack: JavaScript, Mongoose

Encounter Randomizer

Encounter Randomizer takes user input for a D&D party and provides an appropriate combat rating monster from an outside API. It allows for repeated randomization until a desired monster is found and provides additional information needed for combat.


Tech Stack: JavaScript CSS HTML