La Fonda Recipes

This project is a recipe application built with Next.js and Contentful to preserve and share family recipes. Family members can contribute their recipes through Contentful, which I configured with custom content types for recipes and authors. Each recipe includes images, descriptions, cooking instructions, and tags (e.g., vegetarian, gluten-free), making it easy to filter and categorize the content.The app retrieves recipe data from Contentful, ensuring real-time updates. I implemented multiple views to display the recipes, including a full-page view for detailed instructions and compact recipe cards for a quick preview. This approach ensures scalability and ease of use, allowing for seamless additions and updates to the recipe collection.

A screenshot of La Fonda Recipes application showing the home layout.A screenshot of La Fonda Recipes mobile view.A screenshot of La Fonda Recipes contentful setup for the recipe content type.