This is a Next.js application that provides step by step cooking instructions for a given chefkoch.de recipe.
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
src/app/api/
: Contains the server-side logic for the /instructions and /recipe routes.src/app/components/
: Contains the React components used in the application.src/app/globals.css
: Contains global styles for the application.src/app/layout.tsx
: Contains the layout component for the application.src/app/page.tsx
: Contains the main page component for the application.
- Next.js[https://nextjs.org/]
- React[https://reactjs.org/]
- TypeScript[https://www.typescriptlang.org/]
- Tailwind CSS[https://tailwindcss.com/]
This project is licensed under the MIT License - see the LICENSE[https://opensource.org/licenses/MIT] file for details.