Skip to content

It's a Recipe Search App where utilize the "Forkify" API from https://forkify-api.herokuapp.com/ to fetch and display recipes.

Notifications You must be signed in to change notification settings

DeveloperKits/RecipeSearchApp

Repository files navigation

Culinary Quest

It's a Recipe Search App where utilize the "Forkify" API from https://forkify-api.herokuapp.com/ to fetch and display recipes.


Features

  • SplashScreen: A brief introduction to the app with a visually pleasing start.
  • Registration Screen: Allows new users to create an account using Firebase Authentication.
  • Login Screen: Enables existing users to sign in to their accounts.
  • HomeScreen: The main interface of the app where users can search recipe and show the details of recipe.
  • ProfileScreen: Allows users to view and edit their profile information stored in Firebase Realtime Database.

Libraries Used

  • Navigation Component
  • Retrofit
  • Kotlin Coroutines
  • Firebase
  • LiveData
  • DataBinding

Architecture

This application implements the MVVM (Model-View-ViewModel) architecture pattern, ensuring a separation of concerns and easier maintenance. It uses the Navigation Component for managing UI navigation, Retrofit for network calls, Coroutines for asynchronous tasks, and Firebase for user authentication and data storage. LiveData is used for observing data changes, and DataBinding for binding UI components in layouts to data sources.

Design Patterns

Various design patterns are employed throughout the application, such as Repository for data operations and Singleton for Retrofit instance management.

Prerequisites

  • Android Studio Arctic Fox | 2020.3.1 Patch 2 or higher
  • Min SDK version 27 (Oreo) or higher

Getting Started

  1. Clone the repository:
   git clone https://github.com/DeveloperKits/RecipeSearchApp/
  1. Open the project in Android Studio:

    Launch Android Studio and select 'Open an Existing Project', then navigate to the cloned repository.

  2. Configure Firebase:

    • Go to the Firebase Console.
    • Add a new project or use an existing one.
    • Register your application with Firebase, download the google-services.json file, and place it in the app/ directory.
    • Build the project:
    • In Android Studio, select 'Build' from the top menu, then 'Rebuild Project'.
    • Wait for the build to finish.
  3. Run the application:

    • Connect an Android device or use the Android emulator.
    • Press 'Run' (the green play button) in Android Studio.

ScreenShot

Navigation graph

Demo


Thank You