Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.1 KB

QuickMeals

Not sure what to cook today? Get some quick suggestions from QuickMeals.

  1. Swipe a meal away if you aren't interested in it.
  2. Tap a meal to go to the recipe page.

Demo gif

Note:

  • This app currently only supports Android phones since I don't have an apple device to develop with.
  • My API key only allows 5 calls per minute so please be gentle on it.

Getting Started

Prerequisites

Installing

git clone https://github.com/tchell/QuickMeals.git quick_meals/
cd quick_meals
flutter run --release [-d <your device>]

Built with

Authors

  • Created by Tanner Chell for the Flutter Create contest

License

This project is licensed under the BSD 3-Clause License - see LICENSE for details

Acknowledgments

  • Thanks to David Buss and Andrew Chell for their valuable opinions.