JanMarcelKezmann / YourCookBook

Recipe App made with Dart and Flutter to create personalized recipies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YourCookBook

A Flutter App for creating Recipies.

YourCookBook Logo

Preface

This Repository presents a recipe app which gives you the oportunity to create new recipes, including a recipe name, an image of the meal, the ingredients and the steps to create the meal. Furthermore you can upload all created recipes to the Google Firebase Platform which handles all the data in a cloud. So you can access any created meal from any device with the app.

Main Library Features

  • Flutter allows the App to be used both on Android and IOS
  • Multi-Widget App
  • App is connected to Google Firebase Cloud Service

Table of Contents

Installation and Setup

To install the app on your phone or make changes you need a couple of things:

To then build and setup the app, please follow the flutter Install Guide to set up the Flutter SDK and Android Studio. Use e.g. Visual Studio Code as a developer enviroment to add some changes to the code.

Download the Code

$ git clone https://github.com/JanMarcelKezmann/YourCookBook

Some Insights into the App

Citing

@misc{Kezmann:2020,
  Author = {Jan-Marcel Kezmann},
  Title = {YourCookBook},
  Year = {2020},
  Publisher = {GitHub},
  Journal = {GitHub repository},
  Howpublished = {\url{https://github.com/JanMarcelKezmann/YourCookBook}}
}

License

Project is distributed under MIT License.

About

Recipe App made with Dart and Flutter to create personalized recipies

License:MIT License


Languages

Language:Dart 50.3%Language:Makefile 44.2%Language:D 1.8%Language:Objective-C 1.5%Language:Java 1.1%Language:Shell 0.4%Language:Kotlin 0.4%Language:Swift 0.4%