{"id":21342952,"url":"https://github.com/scorleos773/recipe-book","last_synced_at":"2026-02-06T14:07:13.213Z","repository":{"id":227015631,"uuid":"770196893","full_name":"SCORLEOs773/Recipe-Book","owner":"SCORLEOs773","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-08T11:21:47.000Z","size":471,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T03:41:36.326Z","etag":null,"topics":["angularjs","auth-gaurd","bootstrap","firebase","firebase-auth","firebase-realtime-database","scss","themealdb-api","typescript","ubuntu"],"latest_commit_sha":null,"homepage":"https://thefoodbook.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SCORLEOs773.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-11T05:43:44.000Z","updated_at":"2025-01-08T11:21:50.000Z","dependencies_parsed_at":"2025-01-22T15:44:35.165Z","dependency_job_id":"35667319-df60-4b27-8e3a-476bd8c7a5c1","html_url":"https://github.com/SCORLEOs773/Recipe-Book","commit_stats":null,"previous_names":["scorleos773/recipe-book"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SCORLEOs773/Recipe-Book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCORLEOs773%2FRecipe-Book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCORLEOs773%2FRecipe-Book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCORLEOs773%2FRecipe-Book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCORLEOs773%2FRecipe-Book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SCORLEOs773","download_url":"https://codeload.github.com/SCORLEOs773/Recipe-Book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCORLEOs773%2FRecipe-Book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angularjs","auth-gaurd","bootstrap","firebase","firebase-auth","firebase-realtime-database","scss","themealdb-api","typescript","ubuntu"],"created_at":"2024-11-22T01:11:22.097Z","updated_at":"2026-02-06T14:07:13.167Z","avatar_url":"https://github.com/SCORLEOs773.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Food Book\n\nThe Food Book is a web application built with Angular that helps users manage their recipes and shopping lists. It offers features for creating, editing, and deleting recipes, as well as managing ingredients and shopping items. The application provides a seamless experience for organizing meals and grocery shopping.\n\n## Links\n[The Food Book Project Website](https://thefoodbook.netlify.app/)\n\n## Table of Contents\n\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n# About\n\nThe Food Book is designed to simplify meal planning and grocery shopping for users. It offers a user-friendly interface and intuitive features for managing recipes and shopping lists. The application is built with Angular, a powerful front-end framework, and uses Firebase Realtime Database for data storage.\n\nThe Food Book aims to revolutionize the way users organize their culinary life by providing a comprehensive platform for recipe management and shopping list organization. With its user-centric design and robust functionality, The Food Book empowers users to take control of their meal planning process effortlessly.\n\n## Features\n\n### User Authentication\n\nThe application provides secure user authentication, allowing users to sign up for new accounts or log in with existing credentials. Authentication is handled using Firebase Authentication, ensuring user data remains protected.\n\n### Recipe Management\n\nUsers can create, edit, and delete recipes within the application. Each recipe includes details such as name, description, image, and ingredients. Users can easily navigate through their recipes and view recipe details with a single click.\n\n### Shopping List Management\n\nThe Food Book allows users to add ingredients from recipes directly to their shopping lists. Users can then view and manage their shopping lists, including adding, editing, and deleting items as needed. Shopping lists help users keep track of necessary ingredients for meal preparation.\n\n### Data Storage\n\nUser recipes and shopping lists are securely stored using Firebase Realtime Database. This cloud-based database ensures that user data remains synchronized across devices and accessible from anywhere. Data is stored in JSON format, making it easy to retrieve and manipulate.\n\n### Responsive Design\n\nThe application is designed with a responsive layout, ensuring optimal viewing and interaction across various devices and screen sizes. It includes different views and layouts specifically tailored for smaller screens and mobile devices. The responsive design ensures a seamless user experience regardless of the device being used.\n\n## Installation\n\nTo run The Food Book locally on your machine, follow these steps:\n\n1. Clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/your-username/your-repository.git\n\n```\n\n## Usage\n\nOnce the application is running, users can perform the following tasks:\n\n- Sign up for a new account or log in with existing credentials.\n- Navigate through recipes using the navigation bar.\n- View details of individual recipes by clicking on them.\n- Add ingredients from recipes to the shopping list.\n- Manage the shopping list by adding, editing, or deleting items.\n- Log out from the application when finished.\n\n## Contributing\n\nContributions to The Food Book are welcome! To contribute, follow these steps:\n\n1. Fork the repository on GitHub.\n2. Create a new branch from the `main` branch for your changes.\n3. Make your modifications and commit them to your branch.\n4. Push your branch to your forked repository.\n5. Submit a pull request to the `main` branch of the original repository.\n\nPlease follow the code formatting and style guidelines, and ensure that your changes are well-documented.\n\n## License\n\nThe Food Book is distributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorleos773%2Frecipe-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscorleos773%2Frecipe-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorleos773%2Frecipe-book/lists"}