Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRoda committed Jun 14, 2022
1 parent 746a02f commit 8bff332
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Foodies-App
<img src="https://github.com/MathRoda/Foodies-App/blob/master/Foodies/carrot.png" width="200" />
<h2>Foodies an app for food lovers around the world </h2>


## Screenshots
<img src="https://github.com/MathRoda/Foodies-App/blob/master/Foodies/screenshots.png" width="1000" />

### 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)

0 comments on commit 8bff332

Please sign in to comment.