A recipe aggregator site that allows you to browse and search for recipes from a number of other recipe websites.
The front end was designed in Figma and coded with React. It integrated with a custom Node.js backend API which gathered the recipes from a MySQL database.
The recipe data itself was gathered from around the web using the NetWatch web crawler, which populated the same database that the website used to display the recipes.