Work / Full-stack
Recipe Service App
Full-stack platform for searching, planning, and managing recipes.
A practical full-stack build that shows backend design, frontend interaction, and database choices together.
Shape of the build
A Java REST API over a relational schema, with a React client for search and meal planning. The interesting decisions were in the data model: recipes, ingredients, and plans have a many-to-many relationship that gets ugly fast if you get it wrong early.