The Meal App is a Flutter application that allows users to browse through various meal categories, view meals within each category, and see details about individual meals, including ingredients and preparation steps.
[Include screenshots or GIFs of your app to showcase its features.]
To run the Meal App on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/your-username/meal-app.git
- Navigate to the project directory:
cd Meals-app
- Run the app:
flutter run
-
Categories Screen: Displays a grid of meal categories. Users can select a category to view meals within that category.
-
Meals Screen: Displays a list of meals based on the selected category. Users can click on a meal to view its details.
-
Meal Details Screen: Shows detailed information about a selected meal, including its name, image, ingredients, and preparation steps.
-
Favorites: Allows users to mark meals as favorites for easy access later.
-
Open the Meal App on your device.
-
Browse through the available meal categories.
-
Select a category to view meals within that category.
-
Click on a meal to see its details, including ingredients and preparation steps.
-
Mark meals as favorites by clicking on the star icon in the meal details screen.