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 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