spoonacular offers a variety of widgets that allow you to work with food data. To use everything spoonacular's API has to offer have a look at spoonacular's food and nutrition API.
The spoonacular ingredient visualizer widget lets you show a recipe's ingredient list in a visually appealing way. The viewer can also decide between US and metric measurements and scale the recipe up and down. Check out the file ingredientWidget.html for a demo.
The spoonacular price visualizer widget lets you show the total estimated cost for a recipe. You can even see the costs broken down by ingredient. Check out the file priceWidget.html for a demo.
The spoonacular taste visualizer widget lets you display the taste distribution of an ingredient or an entire recipe. Currently, the tastes sweet, salty, sour, bitter, savory (umami), and fatty are supported. Check out the file tasteWidget.html for a demo.
The spoonacular nutrition visualizer widget lets you display macro and micro nutrients of a recipe. By hovering over the bars you can even see which ingredients contribute most to the nutrient. Check out the file nutritionWidget.html for a demo.
The spoonacular equipment visualizer widget lets you show the tools required to make recipe in a visually appealing way. Check out the file equipmentWidget.html for a demo.