Skip to content

BerkErdgn/FoodRecipeApp

Repository files navigation

Food Recipe App

This is a recipe application. Thanks to this application, users can access detailed recipes.

There is a list of food categories at the top of the app's homepage. Users can choose "Beef", "Chicken", "Dessert", etc. You can choose one of the categories. According to the category they selected, a list of the Dishes belonging to that category will be displayed.

When users select a dish, they are directed to a detailed page with the recipe's ingredients and preparation. This page contains the ingredients of the recipe, its step-by-step preparation and a photo of the resulting dish.

Technologies Used

  • MVVM
  • Retrofit
  • RxJava
  • Navigation
  • Glide
  • Lottiefiles

API Usage

  BASE_URL ="https://www.themealdb.com/api/json/v1/1/"
Parameter Type Explanation
categories.php string It allows us to get all Categories from here.
filter.php?i=Pork string It allows us to get all Meals from here.
lookup.php?i=52772 string It allows us to get Recipe from here.

Screenshots

Splash Screen Splash Screen Main Screen Beef Foods Screen
Chicken Foods Screen Recipe Screen Recipe Screen Singin Fragment

Download

To download the project

  1-Press the green "Code" button at the top right of this page.
  2-Click on Download ZIP
  3-Extract the ZIP and open it to Android Studio

As an alternative

You can directly download the ZIP by clicking the link here .

Find a bug?

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. Thank you very much.

About

FoodRecipeApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages