Recipeze is a web and mobile application that helps users discover recipes based on the ingredients they already have. Users can add ingredients to their virtual kitchen, and the app will suggest recipes from a rich dataset of recipes. Users can also browse all available recipes and view detailed information, including video tutorials, ingredients, calories, and other related details.
- Add Ingredients to Your Kitchen: Keep track of all the ingredients you currently have.
- Generate Recipes: Discover recipes that match the ingredients you have in your kitchen.
- Browse All Recipes: Explore the full collection of recipes, including video tutorials and nutritional details.
- Saved Recipes: Bookmark your favorite recipes for quick access later.
- API Integration: Recipeze provides RESTful APIs for mobile and web integration.
- Mobile Application (Flutter): Access the Recipeze app on mobile devices. Download APK
- Framework: Laravel (PHP)
- Database: MySQL
- Authentication: Sanctum (for API authentication)
- Migrations & Seeders: For database structure and sample data
- Blade Templates: For rendering web pages.
- Tailwind CSS: For styling the UI.
- JavaScript / Axios: For making asynchronous requests.
- Framework: Flutter (Dart)
- API Consumption: Uses Recipeze backend APIs to fetch and display data.