Recipy is a web application designed to spark culinary inspiration and simplify the process of discovering new recipes. This personal project is a testament to my passion for coding and my love for food. Recipy allows users to explore a world of flavors by providing them with a virtual kitchen assistant at their fingertips.
Key Features:
- Intuitive User Interface: The user-friendly interface makes it easy for anyone to get started. Simply type in your ingredients, cooking style, or any food-related query, and Recipy will provide you with delicious recipe suggestions.
- Instant Recipe Generation: Recipy leverages the power of the OpenAI API to instantly generate recipes based on your input. Whether you have a handful of ingredients in your pantry or you're seeking inspiration for a particular cuisine, Recipy has you covered.
- Diverse Recipe Suggestions: Recipy doesn't limit your options. It can provide recipes ranging from quick and simple weeknight dinners to gourmet dishes for special occasions. The possibilities are endless.
- Flexible Input: You can get creative with your input. Ask Recipy questions like "What can I make with chicken and broccoli?" or simply type in your favorite cuisine, and it will offer recipe recommendations that match your request.
Technology Stack:
- Front-End: Recipy's front-end is built with HTML, CSS, and JavaScript. It features an engaging and dynamic user interface that guides users through the recipe discovery process.
- Back-End: The back-end is powered by Node.js and Express, responsible for processing user queries, making requests to the OpenAI API, and handling responses.
- API Integration: Recipy integrates with the OpenAI API to access the rich database of recipes and culinary knowledge, enabling it to generate relevant and creative recipes for users.