{"id":19294195,"url":"https://github.com/ncastaldi/project1-picky","last_synced_at":"2026-02-05T14:08:02.162Z","repository":{"id":55327351,"uuid":"323384695","full_name":"ncastaldi/project1-picky","owner":"ncastaldi","description":"Project 1 - Picky Recipe Finder","archived":false,"fork":false,"pushed_at":"2021-01-05T14:45:02.000Z","size":164916,"stargazers_count":1,"open_issues_count":11,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T00:26:48.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.castaldi.dev/project1-picky/","language":"HTML","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/ncastaldi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-21T16:04:21.000Z","updated_at":"2021-02-19T15:05:45.000Z","dependencies_parsed_at":"2022-08-16T08:00:52.870Z","dependency_job_id":null,"html_url":"https://github.com/ncastaldi/project1-picky","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ncastaldi/project1-picky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncastaldi%2Fproject1-picky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncastaldi%2Fproject1-picky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncastaldi%2Fproject1-picky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncastaldi%2Fproject1-picky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncastaldi","download_url":"https://codeload.github.com/ncastaldi/project1-picky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncastaldi%2Fproject1-picky/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264537908,"owners_count":23624426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T22:37:30.635Z","updated_at":"2026-02-05T14:07:57.134Z","avatar_url":"https://github.com/ncastaldi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Picky: the Recipe Finder\n\n#### Description \n---\n\nThis app was designed to help busy people find recipes quickly while still being mindful of allergies and diet preferences, and allowing them the access to email themselves ingredients required.\n#### Table of Contents\n---\n\n* [Installation](#installation)\n* [Usage](#usage)\n* [Credits](#credits)\n* [License](#license)\n* [Badges](#badges)\n#### Installation\n---\nTo successfully install this project you need to do the following:\n\n1. Create a account at Spoonacular API and Email.js API.\n1. Start making the html page, which should include our four main html elements: search area, tabs with content, DOM area below tabs, and modals with DOM areas.\n1. In the tabs make buttons or toggles to be clicked for which allergen or diets are being selected.\n1. Label the modals, one for recipe, and one for ingredients.\n1. In javascript write code to perform the AJAX calls to get the information needed to display the recipe and related information into the DOM area.  We decided to display 10 recipes per call.\n1. Develop the functions to make your buttons for allergens, diets, and cuisines functional and add to the url you send into the API.\n1. In the modal areas display the recipe and ingredient information when the approriate button is clicked, show recipe and show ingredients, respectively.\n1. Using another AJAX call populate the recipe modal or the ingredient modal via DOM.\n1. Lastly, make a clear button to reset the DOM elements and all variables back to base state, so the user can re-search for another recipe(s).\n\n#### Usage\n---\nTo properly use this website a three step starting process is used.\n\n1. Input your search in the search bar.\n1. Click the filters that interest you, diet, allergen, and/or cuisine.  Click as many diet and/or allergens you want and one cuisine filter.\n1. Click the search button.\n\nAt this point a group of search results should have populated with a title, image, show recipe button, and a show ingredient button.\n\nIf you would like to see the recipe, click the \"show recipe\" button and a modal should open with the listed steps to follow to complete the recipe.\n\nClick the \"show ingredient\" button and a modal will display with the ingredient list and a input email input.  If you wish the list of ingredients emailed to your email, input your email and click the button next to the input.\n\nGit Hub Repository: [https://github.com/ncastaldi/project1](#https://github.com/ncastaldi/project1)\n\n![Repo Screenshot](./assets/images/repo-screenshot.png)\n\nLive Site: [https://www.castaldi.dev/project1/index.html](#https://www.castaldi.dev/project1/index.html)\n\n![Site Screenshot](./assets/images/site-screenshot.png)\n#### Credits\n---\n\n**Created By:**\n* Daniel Guadalupe ([GitHub](https://github.com/danielthomas129))\n* John Erler ([GitHub](https://github.com/jerler1))\n* Mya Todd ([GitHub](https://github.com/mt428376))\n* Nathan Castaldi ([GitHub](https://github.com/ncastaldi))\n\n**API's Used:**\n* [EmailJS](#https://www.emailjs.com/)\n* [Spoonacular](#https://spoonacular.com/)\n#### License\n---\n\nMIT License\n\nCopyright (c) [2020] [Daniel Guadalupe, John Erler, Mya Todd, Nathan Castaldi]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n## Badges\n---\n\n[![GitHub license](https://img.shields.io/github/license/ncastaldi/project1?style=for-the-badge)](https://github.com/ncastaldi/project1/blob/main/license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncastaldi%2Fproject1-picky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncastaldi%2Fproject1-picky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncastaldi%2Fproject1-picky/lists"}