Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.63 KB

README.md

File metadata and controls

77 lines (48 loc) · 2.63 KB

Lefty

This app is designed to help you find the recipes by scanning the ingredients you have in order to reduce food waste.

Home Page

Features

  • Ingredient Scanning: Easily add ingredients by scanning them with your device's camera.

    Scan ingredient
  • Ingredient Management: Customise your ingredients list by manually adding or deleting ingredients.

    Ingredient Management
  • Recipe Search: Search for mouth-watering recipes that match your ingredients.

    Recipe Search
  • Detailed Recipe View: View more information about each recipe, including the description, list of required ingredients, and even a step-by-step cooking instructions.

    Detailed Recipe View
  • Filter and Sort: You can filter and sort to narrow down your recipe choices by dish type, cuisine, dietary preferences, and more.

    Sort and Filter

Installation (for frontend)

  1. Clone the repository to your local machine:

    git clone https://github.com/ruishanteo/lefty.git
  2. Navigate to the project directory:

    cd lefty
  3. Install dependencies using your preferred package manager:

    npm install
    # or
    yarn install
  4. Run the app on a connected device or emulator:

    npm start
    # or
    yarn start
  5. Follow the on-screen instructions to launch the app.

Technologies used

React Native JavaScript Python Google Vision AI Git

 

Other Links