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
- Host: GitHub
- URL: https://github.com/menaehab/recipe-app
- Owner: menaehab
- Created: 2024-09-17T11:50:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:56:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:12:04.220Z (over 1 year ago)
- Topics: bootstrap, css, html, js
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.