Hugsy Chef is a recipe app that uses the Hugging Face API to recommend recipes based on the ingredients provided by the user.
- Add at least 4 ingredients to your list
- Generate recipes based on the ingredients you have
- View recipes in markdown format
- React
- Vite
- Tailwind CSS
- Hugging Face API
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
https://github.com/collins-kimotho/Claude-Chef.git cd Claude-chef
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory and add your Hugging Face API access token:VITE_HF_ACCESS_TOKEN=your_hugging_face_access_token
To start the development server, run:
```sh
npm run dev
Open your browser and navigate to http://localhost:3000
to see the app in action.