{"id":39056765,"url":"https://github.com/ydkulks/pantrypal","last_synced_at":"2026-01-17T18:01:06.263Z","repository":{"id":177851385,"uuid":"617986387","full_name":"ydkulks/PantryPal","owner":"ydkulks","description":"Pantry Pal is a web app that allows users to browse recipes, view cooking instructions, and generate shopping lists based on selected recipes","archived":false,"fork":false,"pushed_at":"2025-01-03T16:57:05.000Z","size":40529,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T17:36:48.789Z","etag":null,"topics":["api-rest","food-app","mern-stack","reactjs","recipe-app","webapp"],"latest_commit_sha":null,"homepage":"https://pantry-pal-seven.vercel.app","language":"JavaScript","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/ydkulks.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":"2023-03-23T14:19:47.000Z","updated_at":"2025-01-03T16:57:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2cce8dd-5193-4967-9d8b-cc0a8c3e579b","html_url":"https://github.com/ydkulks/PantryPal","commit_stats":null,"previous_names":["ydkulks/pantrypal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ydkulks/PantryPal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydkulks%2FPantryPal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydkulks%2FPantryPal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydkulks%2FPantryPal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydkulks%2FPantryPal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ydkulks","download_url":"https://codeload.github.com/ydkulks/PantryPal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydkulks%2FPantryPal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28514939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T17:57:59.192Z","status":"ssl_error","status_checked_at":"2026-01-17T17:57:52.527Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api-rest","food-app","mern-stack","reactjs","recipe-app","webapp"],"created_at":"2026-01-17T18:00:42.438Z","updated_at":"2026-01-17T18:01:06.254Z","avatar_url":"https://github.com/ydkulks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pantry Pal\n\nPantry Pal is a web app that allows users to browse recipes, view cooking instructions, and generate shopping lists based on selected recipes. It provides a user-friendly interface and utilizes various technologies to enhance the user experience.\n\n## Features\n\n- `Browse recipes`: Users can search for recipes and view detailed information about each recipe, including ingredients, cooking instructions, and nutritional information.\n- `Cooking instructions`: Pantry Pal provides step-by-step cooking instructions for each recipe, making it easy for users to follow along.\n- `Shopping list`: Users can generate a shopping list based on the ingredients required for their selected recipes, helping them stay organized while grocery shopping.\n- `Map integration`: The app incorporates Leaflet.js to display interactive maps.\n\n## Technologies Used\n\n- `React.js`: A JavaScript library for building user interfaces.\n- `NEDB`: A lightweight NoSQL database, used as a subset of MongoDB, for storing recipe data, user information, and shopping lists.\n- `JWT`: JSON Web Tokens are used for secure authentication and authorization within the app.\n- `Leaflet.js`: A JavaScript library for interactive maps.\n- `Express.js`: A web framework for Node.js, used for handling routing and server-side logic.\n- `spoonacular API`: An external API used to fetch recipe data, search for specific recipes, and retrieve detailed cooking instructions.\n\n## Installation\n\n1. Clone the repository: `git clone https://github.com/ydkulks/PantryPal.git`\n2. Install dependencies: `npm install`\n3. Set up environment variables:\n   - Create a `.env` file in the root directory.\n   - Define the necessary variables, such as API keys or database connection strings, based on the provided `.env.example` file.\n4. Start the development server: `npm start`\n\n## Usage\n\n1. Launch the Pantry Pal web app by visiting `http://localhost:3000` in your preferred web browser.\n2. Browse and search for recipes using the provided search functionality.\n3. Click on a recipe to view detailed information and cooking instructions.\n4. Generate a shopping list based on the selected recipes.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to Pantry Pal, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them with descriptive commit messages.\n4. Push your changes to your forked repository.\n5. Open a pull request, providing a detailed description of your changes.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- [React.js](https://reactjs.org/)\n- [NEDB](https://github.com/louischatriot/nedb)\n- [JWT](https://jwt.io/)\n- [Leaflet.js](https://leafletjs.com/)\n- [Express.js](https://expressjs.com/)\n- [spoonacular API](https://spoonacular.com/food-api)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydkulks%2Fpantrypal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fydkulks%2Fpantrypal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydkulks%2Fpantrypal/lists"}