Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.48 KB

File metadata and controls

46 lines (34 loc) · 1.48 KB

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!