Skip to content

Divyansh-Gemini/CookMate

Repository files navigation

CookMate

Overview

  • CookMate is a recipe app that allows users to explore popular recipes.
  • It follows the MVVM architecture pattern.
  • It uses:
    • Appwrite for authentication, and
    • Spoonacular API for fetching recipes.

Tech Stack

  • Kotlin
  • XML
  • Appwrite
  • Android Studio

tech stack

Screenshots

Installation Steps

  1. Clone the repository.
    git clone https://github.com/Divyansh-Gemini/CookMate.git
  2. Open the project in Android Studio.
  3. Signup at spoonacular.com.
  4. Copy & save API Key from profile page.
  5. To keep the API Key secure, store it in local.properties file in the project.
    ...
    SPOONACULAR_API_KEY = YOUR_API_KEY
    
  6. Run the application.