https://github.com/obomhese-raphael/meal-finder
https://github.com/obomhese-raphael/meal-finder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/obomhese-raphael/meal-finder
- Owner: Obomhese-Raphael
- Created: 2024-06-12T04:39:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T04:45:38.000Z (about 2 years ago)
- Last Synced: 2024-06-12T10:51:24.100Z (about 2 years ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meal-Finder
Search and generate random meals from the [themealdb.com](https://www.themealdb.com) API
## Project Specifications
- Implement a visually appealing user interface with form inputs for meal search and a button to generate random meals.
- Connect the app to the themealdb.com API to fetch meal data based on user input or random requests.
- Display meal information in the DOM, including images, meal names, and categories, with hover effects for enhanced interactivity.
- Allow users to click on a meal to view its details, such as ingredients, instructions, and additional information.
- Click on generate button and fetch & display a random meal# Meal-Finder
- Handle errors gracefully, displaying informative messages for failed API requests or empty search results.
- Organize code in a modular and maintainable structure, with clear documentation for future reference and collaboration.