A simple and interactive Recipe Finder App built with React.
It allows users to generate recipes instantly based on their input using an external API.
- Search for recipes by ingredients
- Auto-scroll to the recipe section after generation
- Clean and responsive UI
- React (Frontend)
- Vite (Build tool)
- CSS (Styling)
- React Icons (UI enhancements)
- External API (for recipes)
- Clone the repo:
git clone https://github.com/Vandana-Ss/recipe-finder-app.git cd recipe-finder-app - Install dependencies:
npm install
- Create a #.env file in the root and add your API key:
VITE_API_KEY=your_api_key_here
- Run the development server:
npm run dev
Live Demo ๐ https://chefsclaude.netlify.app/