Projects

A selection of projects I have built. Below are two that best showcase team collaboration, multi-tier architecture, and user-facing features.

The Binder: Trading Card Collection Site

Next.js
  • Built collaboratively with a team of developers from design through deployment.
  • AI feature lets users upload a photo of a card and have the system identify it and sort it into their collection.
  • Card search page lets users look up real cards by querying one of three selectable trading card game APIs.
  • Backed by a database that stores users, cards, and their saved collections.
  • I personally designed the home page, the user dashboard where collections are viewed, and the card search page.

Movie Reviews: Multi-Tier Application

C# / .NET
  • Front-end app for browsing and reading reviews.
  • Admin app for managing the catalog and review content.
  • REST API layer backed by a database that both apps consume.
  • Demonstrates separation of concerns across tiers, with coordinated work against a shared data source.