Skip to content

This project allows users to input recipe ingredients and generate recipes using Gemini. Users can also store and search for these recipes within the app. The project can be deployed using Kubernetes.

Notifications You must be signed in to change notification settings

enesgules/cloud-recipes

Repository files navigation

Cloud Recipes

This is a Next.js project bootstrapped with create-next-app. The app allows users to input ingredients they have and generate recipes using Google’s Gemini API. Users can also store their favorite recipes and search for them later.

Getting Started

To run the development server, follow these steps:

  1. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  2. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  3. Open http://localhost:3000 in your browser to see the app in action. The page will auto-update as you make changes to app/page.tsx.

Key Project Features:

  • Recipe Generation: Users can input ingredients, and the app generates recipes using Google’s Gemini API.
  • Recipe Storage: Users can save their favorite recipes.
  • Search: Users can search for saved recipes.

Learn More

To learn more about Next.js, explore the following resources:

You can also check out the Next.js GitHub repository — contributions and feedback are welcome!

About

This project allows users to input recipe ingredients and generate recipes using Gemini. Users can also store and search for these recipes within the app. The project can be deployed using Kubernetes.

Resources

Stars

Watchers

Forks

Packages

No packages published