Welcome to My Meal App, a web application that allows you to search for and save your favorite meals. This app utilizes the MealDB API to fetch meal data.
- Search Meals: Use the search bar to find your favorite meals by name.
- Favorites List: Save your preferred meals to a favorites list for quick access.
- Meal Details: View detailed information about each meal, including category, area, and instructions.
- Watch Video: Watch a cooking video associated with the meal.
- HTML
- CSS
- JavaScript
- Bootstrap
- Font Awesome
- MealDB API
- Clone the repository.
- Open
index.html
in your web browser.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
Sahil Agarwal
Feel free to customize this template to fit the specific details and structure of your project. Add or remove sections as needed.