Fill Your Stomach is a smart web application that helps users cook delicious meals with the ingredients they already have. Just enter your available ingredients, and the app will suggest recipes along with step-by-step instructions and estimated cooking time.
Disclaimer: Content generated by AI may not be accurate. Please verify information independently. Use at your own discretion.
- AI-powered recipe suggestions
- Step-by-step cooking instructions
- Estimated preparation and cooking time
- Supports multiple ingredients
- Enter the ingredients you have (e.g., tomato, onion, pasta).
- The AI will analyze and match the best recipe.
- Get clear cooking steps with timings to follow.
- Enjoy your meal!
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express
- AI Engine: Gemini
Introducing-2.mp4
We welcome contributions from the community.
- Clone the forked repo
- cd client; npm install
- cd server; npm install
-
Fork the repository and create your feature branch:
git checkout -b feature/YourFeature
-
Set up environment variables by copying the config file:
cp config.env .env
-
Ensure your Pull Request targets the
devbranch as the base branch.