A React-based web application that allows users to input the name of a dish and generates 10 variations of that dish along with their ingredients and cooking instructions.
- User-friendly interface
- Supports a wide range of dishes
- Provides detailed ingredients and cooking instructions for each variation
- Node.js (v12.x or higher)
- npm or yarn
- Clone the repository or download the source code.
- Install the required dependencies using the following command:
npm install
npm run dev
#The application will be available at http://localhost:5173.