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.
To run the development server, follow these steps:
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
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
.
- 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.
To learn more about Next.js, explore the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Learn Next.js - An interactive Next.js tutorial.
You can also check out the Next.js GitHub repository — contributions and feedback are welcome!