From 8bff332ae062c86af5f1550167e91d17664cfd5d Mon Sep 17 00:00:00 2001 From: MathRoda <92212925+MathRoda@users.noreply.github.com> Date: Tue, 14 Jun 2022 18:56:55 +0200 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bad888 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Foodies-App + +

Foodies an app for food lovers around the world

+ + +## Screenshots + + +### Features +- MVVM + LiveData : Android architecture used to saperate logic code from ui. +- Bottom Navigation : to navigate through fragments. +- Retrofit + Gson Converter : Fetch news from rest api as a gson file and convert it to a kotlin object. +- Room : Save your favorite dishes into a local database. +- Coroutines : Executing code in the background (another thread). +- Coil : caches images from the api and show them in an imageView. +- viewBinding : to access the views without needing to infalte them. +- uses The [MeallDB](https://www.themealdb.com/api.php) api to get data about food from around the glob. +- Modern UI/UX design. + +## You can download Foodies from here [Download](https://github.com/MathRoda/QR-Creator-App/releases/tag/v1.1.0)