Webapp that generates recipes based on ingredients and cooking time. Built with OpenAI API, Next.js, and Tailwind CSS.
The app is part of the How to build an AI app workshop by Elena Lape presented at Hack the Burgh 2023 4-5 March 2023.
git clone
npm install
.env
file in the root directory and add your OpenAI API key, which you can get from here.// .env
OPENAI_API_KEY=sk-xxxxxxx
npm run dev