RecipeConnect is a Flutter application that serves as a platform for users to discover, share, and engage with recipes. The app allows users to post their own recipes, view and interact with recipes from other users, create and watch cooking reels, like and comment on posts, follow other users, and send messages.
- API Integration: Fetch and manage recipes, users, and interactions using a RESTful API.
- Post Recipes: Users can post their own recipes with images and details.
- Reels: Users can create and watch short cooking reels.
- Like and Comment: Engage with recipes by liking and commenting on posts.
- Follow Users: Follow other users to see their latest posts and updates.
- Messaging: Send and receive messages to connect with other users.
- Flutter SDK installed.
- Dart SDK installed.
- Basic knowledge of Flutter and Dart.
- Familiarity with third party APIs and state management in Flutter.