ChefSky is a small React project that generates recipes using the Mistral AI API. Enter ingredients, and it suggests recipes instantly.
- Input ingredients and get recipe suggestions.
- Simple React frontend.
- Uses Mistral AI API via an imported JS key.
- Clone the repository:
git clone https://github.com/ImNotPranav/chefsky.git
cd chefsky- Install dependencies:
npm install- Start the app:
npm start- Opens at
http://localhost:3000.
- The API key is imported from a JS file and
.gitignored. - Fun little project — no backend required.