sgc93 / YummyFlutter

A mobile app, crafted using Flutter, offers a variety of delicious recipes and also serves as a live example of data fetching from the internet using Flutter packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YummyFlutter

YummyFlutter is a delightful Flutter app that allows you to discover and explore a world of delicious food recipes from the internet. This project has been built to demonstrate how to fetch data from the internet and display it in an interesting and user-friendly way.

Features

  • Recipe Discovery: initially listed recipes.
  • Rating Marker: rating or the recipe from 5.0.
  • Cooking Time: amount of time to do the recipe.

Screenshots

Homepage

Getting Started

Follow these instructions to get a copy of YummyFlutter up and running on your local machine for development and testing purposes.

Prerequisites

  • Flutter installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/sgc93/YummyFlutter.git
    
  2. Navigate to the project directory:

    cd YummyFlutter
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run
    

Contributing

Contributions are welcome! If you'd like to contribute to YummyFlutter, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and test thoroughly.
  4. Commit your changes with descriptive commit messages.
  5. Push your branch to your fork.
  6. Submit a pull request to the main repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments.

Recipe data sourced from RapidApi-Yummly.

Contact

If you have any questions or feedback, feel free to contact me at smachewgedefaw@gmail.com .

Happy co-ok/d-ing with YummyFlutter🤔

About

A mobile app, crafted using Flutter, offers a variety of delicious recipes and also serves as a live example of data fetching from the internet using Flutter packages.

License:MIT License


Languages

Language:Dart 76.5%Language:HTML 16.0%Language:Swift 6.0%Language:Kotlin 1.1%Language:Objective-C 0.3%