An open API service indexing awesome lists of open source software.

https://github.com/esraaalzoghby/recipes-api-project

This project is a web-based recipe search application that enables users to find recipes by simply typing the name of a dish.
https://github.com/esraaalzoghby/recipes-api-project

api-integration bootstrap cooking css3 html5 javascript recipe-cards recipe-finder recipes

Last synced: about 2 months ago
JSON representation

This project is a web-based recipe search application that enables users to find recipes by simply typing the name of a dish.

Awesome Lists containing this project

README

          

# Recipes API Project
This project is a recipe finder web application that uses an API to fetch recipe data.
## Technologies Used:


  • HTML, CSS, JavaScript: For structuring, styling, and client-side functionality.

  • Bootstrap: To visually appealing design.

  • API Integration: Fetches data dynamically from a recipe API.

## How to Use:


  • Enter a recipe name in the search bar.

  • Click the "Search" button.

  • The app displays matching recipes as cards, including an image, name, and a "Details Data" button.