Hager-Hamed /
Yummy
Yummyπ΄π₯ is a dynamic food discovery website that offers a variety of recipes and meal ideas
Loading repository dataβ¦
OmarrSakr / repository
Yummyπ΄π₯ is a dynamic food discovery website that offers a variety of recipes and meal ideas. It features a clean, interactive layout with sections for different categories. π This project uses (HTML5), (CSS3), (JavaScript), and (jQuery). The site is fully responsive to ensure a smooth .
Yummy Live Demo β’ Documentation β’ Report Issues
Yummy is a dynamic food discovery platform built with modern web technologies to help users explore various recipes based on ingredients, categories, and regions.
The platform offers real-time food discovery, ingredient-based suggestions, and regional cuisine exploration with a clean, user-friendly interface.
Check out the live demo of Yummy Platform at π Yummy Live Demo
π¦ External Dependencies
Yummy-Site/
βββ assets/
β βββ imgs/ # Local images and UI assets
βββ css/
β βββ style.css # Main stylesheet with custom styles
β βββ all.min.css # Font Awesome library
β βββ bootstrap.min.css # Bootstrap framework
βββ js/
β βββ main.js # Core application logic
β βββ jsconfig.json # VS Code configuration for JS/jQuery
β βββ bootstrap.bundle.min.js # Bootstrap JS bundle
βββ index.html # Main HTML file
βββ README.md # Project documentation
# Project documentation
1- Clone the repository
git clone https://github.com/OmarrSakr/Yummy-Site.git
2- Navigate to the project directory:
cd Yummy-Site
3- Open with Live Server or any local server:
# Using VS Code Live Server extension
# Or open index.html directly in your browser
4- Ensure internet connection for API access
The platform fetches live data from TheMealDB API, so an active internet connection is required.
The application integrates with TheMealDB API for comprehensive meal data:
Base URL: https://www.themealdb.com/api/json/v1/1/
Key Endpoints Used:
search.php?s={meal_name}categories.phplist.php?a=listlist.php?i=listfilter.php?c={category_name}filter.php?a={area_name}filter.php?i={ingredient_name}lookup.php?i={meal_id}π― Interactive Features:
β‘ Advanced Features:
βΏ Accessibility Enhancements:
π§ Technical Improvements:
We welcome contributions to Yummy - Food Discovery Platform! Here's how you can help:
1- Fork the repository
2- Create a feature branch
git checkout -b feature/your-feature-name
3- Commit your changes:
git add .
git commit -m "Add: description of your feature"
4- Push to the branch:
git push origin feature/your-feature-name
5- Submit a Pull Request
Please ensure your code follows the existing style and includes appropriate documentation.
π½οΈ Found bugs or have recipe suggestions?
We'd love to hear from you! Please use the GitHub issue tracker or contact:
Licensed under the MIT License.
See the LICENSE file for details.
β If you found this project helpful, please give it a star! β
Built with β€οΈ by Omar Sakr
Selected from shared topics, language and repository descriptionβnot editorial ratings.
Hager-Hamed /
Yummyπ΄π₯ is a dynamic food discovery website that offers a variety of recipes and meal ideas