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

https://github.com/menaehab/recipe-app

Recipe app: HTML, CSS, Bootstrap, JS, API integration for interactive recipe browsing
https://github.com/menaehab/recipe-app

bootstrap css html js

Last synced: 5 months ago
JSON representation

Recipe app: HTML, CSS, Bootstrap, JS, API integration for interactive recipe browsing

Awesome Lists containing this project

README

          

# Recipe App

## Overview

Recipe App is a web application that allows users to search for recipes using the [TheMealDB API](https://www.themealdb.com/). Users can view a list of recipes and get detailed information about each recipe through a modal.

## Features

- Search for recipes by name.
- Display a list of recipes with images, titles, and categories.
- View detailed information about a recipe in a modal.

## Technologies Used

- **HTML/CSS**: For layout and styling.
- **Bootstrap**: For responsive design and styling.
- **JavaScript**: For fetching data from the API and handling user interactions.
- **TheMealDB API**: For retrieving recipe data.