Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.43 KB

Meal App

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.

Screenshots

[Include screenshots or GIFs of your app to showcase its features.]

Installation

To run the Meal App on your local machine, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/meal-app.git
  1. Navigate to the project directory:
  cd Meals-app
  1. Run the app:
flutter run

Features

  1. Categories Screen: Displays a grid of meal categories. Users can select a category to view meals within that category.

  2. Meals Screen: Displays a list of meals based on the selected category. Users can click on a meal to view its details.

  3. Meal Details Screen: Shows detailed information about a selected meal, including its name, image, ingredients, and preparation steps.

  4. Favorites: Allows users to mark meals as favorites for easy access later.

Usage

  1. Open the Meal App on your device.

  2. Browse through the available meal categories.

  3. Select a category to view meals within that category.

  4. Click on a meal to see its details, including ingredients and preparation steps.

  5. Mark meals as favorites by clicking on the star icon in the meal details screen.