The Meal Planner App suggests meals based on dietary preferences, allergies, and available ingredients. It features a clean, user-friendly interface with light and dark mode toggles and interactive elements.
- Search recipes using any ingredients.
- Dynamic light/dark mode toggle with persistent theme storage.
- Clean and professional interface using Tailwind CSS.
- Responsive layout for all devices.
- Front-End: HTML, CSS, JavaScript, Tailwind CSS.
- API: TheMealDB for recipe suggestions.
- Clone the repository:
git clone <repository_url> cd meal-planner-app ## Usage
- Enter a comma-separated list of ingredients in the input field.
- Click "Find Recipes" to get recipe suggestions based on the ingredients.
- Toggle between light and dark modes using the button in the top-right corner.
meal-planner-app/ ├── index.html # Main HTML file ├── script.js # JavaScript functionality ├── styles.css # Tailwind CSS integration
The website is live at : https://aadityabasisth.github.io/diet-planner.github.io/