Skip to main content

2 posts tagged with "Edamam API"

The Edamam API tag archive page includes a variety of articles and tutorials that provide in-depth knowledge on using the Edamam API to build applications.

View All Tags

Building a Recipe Search App with React and Edamam API

· 16 min read
Engineering Team

This tutorial will guide you through the process of building a recipe search app using React and the Edamam API. We will start by setting up the project and installing necessary dependencies. Then, we will build the search component, handle user input, and make API requests. Next, we will display the search results, implement pagination, and add sorting and filtering options. Finally, we will fetch recipe details, display recipe information, and implement favorite functionality. Along the way, we will also cover styling the app using CSS frameworks, customizing styles, and considering responsive design.

Building a Recipe Planning App with Kotlin and Edamam API

· 8 min read
Engineering Team

This tutorial will guide you through the process of building a Recipe Planning App using Kotlin and the Edamam API. We will cover everything from setting up the project to implementing search functionality and displaying recipe details. By the end of this tutorial, you will have a fully functional Recipe Planning App that allows users to search for recipes, view recipe details, and save their favorite recipes.