{"id":23900739,"url":"https://github.com/cod-e-codes/kitjinn","last_synced_at":"2026-05-18T03:31:18.505Z","repository":{"id":264727957,"uuid":"894218954","full_name":"Cod-e-Codes/KitJinn","owner":"Cod-e-Codes","description":"A smart, hands-free kitchen assistant app that helps you plan meals, manage your pantry, and discover recipes with voice recognition and delightful Lottie animations.","archived":false,"fork":false,"pushed_at":"2024-11-26T01:29:41.000Z","size":882,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T16:53:12.985Z","etag":null,"topics":["flutter","kitchen-assistant","lottie-animation","meal-planning","pantry-management","recipe-app","voice-recognition"],"latest_commit_sha":null,"homepage":"https://github.com/Cod-e-Codes/KitJinn","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cod-e-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T00:58:20.000Z","updated_at":"2024-12-12T18:27:36.000Z","dependencies_parsed_at":"2024-11-26T02:21:41.991Z","dependency_job_id":"91ab9055-bf06-4b66-8ac2-b49a9de41991","html_url":"https://github.com/Cod-e-Codes/KitJinn","commit_stats":null,"previous_names":["cod-e-codes/kitjinn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cod-e-Codes/KitJinn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FKitJinn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FKitJinn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FKitJinn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FKitJinn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod-e-Codes","download_url":"https://codeload.github.com/Cod-e-Codes/KitJinn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FKitJinn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","kitchen-assistant","lottie-animation","meal-planning","pantry-management","recipe-app","voice-recognition"],"created_at":"2025-01-04T20:37:20.127Z","updated_at":"2026-05-18T03:31:18.488Z","avatar_url":"https://github.com/Cod-e-Codes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# KitJinn - Your Hands-Free Kitchen Assistant 🍳✨\n\nKitJinn is a smart, hands-free kitchen assistant app developed by **CodēCodes**. It helps you plan meals, manage your pantry, and discover recipes efficiently. With voice recognition commands and engaging Lottie animations, KitJinn ensures your culinary journey is seamless and enjoyable.\n\n## Features\n\n- **Hands-Free Operation**: Use voice commands to navigate and interact with the app while keeping your hands free for cooking.\n- **Lottie Animations**: Smooth, engaging animations enhance the user experience and make the app visually appealing.\n- **Home Screen**: A dashboard to access key features like meal planning, pantry organization, and recipes.\n- **Meal Planner**: Plan your meals for the week with easy-to-use scheduling tools.\n- **Pantry Management**: Track ingredients and inventory in your pantry to reduce food waste.\n- **Recipe Discovery**: Browse, search, and save recipes with detailed instructions and images.\n- **Recipe Detail View**: View in-depth recipe information, including ingredients, steps, and cooking tips.\n- **Settings**: Customize the app experience, including theme preferences and notifications.\n\n## Screenshots 📸\n\n1. **Home Screen**  \n   \u003cimg src=\"./home_screen.jpg\" alt=\"Home Screen\" width=\"300\"/\u003e\n\n2. **Meal Planner**  \n   \u003cimg src=\"./meal_planner.jpg\" alt=\"Meal Planner\" width=\"300\"/\u003e\n\n3. **Pantry Screen**  \n   \u003cimg src=\"./pantry_screen.jpg\" alt=\"Pantry Screen\" width=\"300\"/\u003e\n\n4. **Recipe List**  \n   \u003cimg src=\"./recipe_list.jpg\" alt=\"Recipe List\" width=\"300\"/\u003e\n\n5. **Recipe Detail**  \n   \u003cimg src=\"./recipe_detail.jpg\" alt=\"Recipe Detail\" width=\"300\"/\u003e\n\n## Folder Structure\n\n```plaintext\nKitJinn/\n├── lib/\n│   ├── main.dart                     # Entry point of the app\n│   ├── settings_provider.dart        # App settings and state management\n│   ├── models/\n│   │   ├── recipe.dart               # Recipe data model\n│   │   └── recipe.g.dart             # Generated code for recipe model\n│   ├── screens/\n│   │   ├── home_screen.dart          # Home screen\n│   │   ├── meal_detail_screen.dart   # Meal detail screen\n│   │   ├── meal_planner_screen.dart  # Meal planner screen\n│   │   ├── pantry_screen.dart        # Pantry management screen\n│   │   ├── recipe_detail_screen.dart # Recipe detail view\n│   │   ├── recipe_list_screen.dart   # List of recipes\n│   │   └── settings_screen.dart      # App settings\n│   ├── widgets/\n│   │   └── custom_bottom_app_bar.dart # Custom navigation bar\n├── assets/\n│   ├── images/                       # App assets and images\n│   │   ├── genie.jpg\n│   │   ├── genie.json\n│   │   ├── genie2.json\n│   │   └── genie3.json\n├── pubspec.yaml                      # App dependencies and metadata\n```\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have Flutter installed. If not, follow the [Flutter installation guide](https://flutter.dev/docs/get-started/install).\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Cod-e-Codes/KitJinn.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd KitJinn\n   ```\n\n3. Fetch dependencies:\n   ```bash\n   flutter pub get\n   ```\n\n4. Run the app:\n   ```bash\n   flutter run\n   ```\n\n## Contribution\n\nFeel free to fork this repository and submit pull requests. Contributions are always welcome!\n\n## Author\n\nDeveloped by [CodēCodes](https://github.com/Cod-e-Codes). For inquiries or collaboration, reach out via the GitHub profile.\n\n---\n\nKitJinn - Your hands-free kitchen companion with voice commands and delightful animations. 🍽️✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fkitjinn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod-e-codes%2Fkitjinn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fkitjinn/lists"}