A social recipe sharing app where you can log your own recipes and share them with friends.
- Add Custom Recipes - Create recipes with ingredients, instructions, and cooking details
- Recipe Cards - Beautiful card layout showing recipe info, prep/cook time, and servings
- Tags System - Organize recipes with custom tags
- Local Storage - All recipes persist locally on your device
- Like System - Heart recipes you love with like counter
- Share Functionality - Share recipes via native sharing or copy to clipboard
- Author Attribution - See who created each recipe
- Favorites Page - Quick access to all your liked recipes
- Mobile-First Design - Optimized for touch interaction with Ionic React
- Tab Navigation - Easy switching between Recipes, Add Recipe, and Favorites
- Responsive Grid - Recipes display beautifully on all screen sizes
- Clean Forms - Intuitive recipe creation with dynamic ingredient/instruction lists
- Browse Recipes - View all recipes on the main Recipes tab
- Add New Recipe - Tap "Add Recipe" and fill in the details
- Like Recipes - Tap the heart icon to add recipes to favorites
- Share Recipes - Use the share button to send recipes to friends
- View Favorites - Check the Favorites tab for all your liked recipes
# Install dependencies
npm install
# Run the app
ionic serve
# Build for production
ionic build
Built with Ionic React for a smooth, native-like mobile experience perfect for recipe sharing and discovery!