An AI-powered recipe generator: submit your available ingredients and get custom dish suggestions.
Built with Next.js and Groq AI, featuring light/dark themes and predefined categories.
- 🤖 AI-driven recipe creation
- 🍽 Predefined recipe categories
- ✍️ Add ingredients via input field
- 🌗 Light & Dark theme toggle
- 💅 Beautiful, responsive UI
- Framework: Next.js
- AI: Groq AI
- Styling: Tailwind CSS
- State: React Context
# Clone and install
git clone https://github.com/thesujalpatel/TasteForge.git
cd TasteForge
npm install
# Start the development server
npm run dev
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.