Family Chore Tracker

Task management platform for households, built as my Senior Capstone project

My Senior Capstone project, built with two teammates to solve a problem every household with kids knows well: keeping track of who's supposed to do what. I led the team through the full lifecycle—from schema design to deployment—focusing on making the API fast and the chore-assignment logic actually usable for parents juggling multiple kids and recurring tasks.

How I contributed

Led a 3-student team to design and build a full-stack task management platform. Architected a normalized PostgreSQL schema via Prisma ORM to model households, members, chores, and recurrence rules. Built 15+ REST APIs in Node.js with JWT-based authentication and authorization scoped per household. Optimized query patterns and indexing to keep API latency under 100ms. Set up and managed the AWS infrastructure for deployment, and built the React frontend for assigning, completing, and tracking chores across family members.