{"id":28455482,"url":"https://github.com/vivek92503/recipe-app","last_synced_at":"2026-04-11T11:01:24.957Z","repository":{"id":277990862,"uuid":"934161989","full_name":"Vivek92503/Recipe-App","owner":"Vivek92503","description":"A modern Recipe App built using ReactJS and Redux that allows users to search, explore, and save their favorite recipes. It fetches data from the Edamam Recipe API and provides a clean user interface to interact with recipes.","archived":false,"fork":false,"pushed_at":"2025-06-06T06:48:11.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T03:59:48.542Z","etag":null,"topics":["api","css","git","npm","reactjs","redux","reduxthunk","visual-studio-code"],"latest_commit_sha":null,"homepage":"","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/Vivek92503.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,"zenodo":null}},"created_at":"2025-02-17T11:28:31.000Z","updated_at":"2025-06-06T06:48:13.000Z","dependencies_parsed_at":"2025-06-03T18:27:57.555Z","dependency_job_id":"7b64ce37-e2db-4a1f-8aa6-378e19f94141","html_url":"https://github.com/Vivek92503/Recipe-App","commit_stats":null,"previous_names":["vivek92503/react-assignment","vivek92503/recipe-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vivek92503/Recipe-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FRecipe-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FRecipe-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FRecipe-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FRecipe-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vivek92503","download_url":"https://codeload.github.com/Vivek92503/Recipe-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FRecipe-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["api","css","git","npm","reactjs","redux","reduxthunk","visual-studio-code"],"created_at":"2025-06-06T22:09:13.238Z","updated_at":"2026-04-11T11:01:24.949Z","avatar_url":"https://github.com/Vivek92503.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍽️ Recipe App\n\nA modern Recipe App built using **ReactJS** and **Redux** that allows users to search, explore, and save their favorite recipes. It fetches data from the Edamam Recipe API and provides a clean user interface to interact with recipes.\n\n# Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Setup Instructions](#setup-instructions)\n- [Available Scripts](#available-scripts)\n- [Deployment](#deployment)\n- [Future Enhancements](#future-enhancements)\n- [Notes](#notes)\n- [License](#license)\n\n# Introduction\n\nThe Recipe App is a user-friendly web application that allows users to search, view, and save their favorite recipes. Built using ReactJS and Redux, it integrates the Edamam API to fetch real-time recipe data. Users can explore dishes by ingredients, mark favorites, and apply filters to personalize their cooking experience.\n\n# Features\n\n- Search recipes by keywords (e.g., \"pizza\", \"vegetarian\")\n- View recipe details (ingredients, time, servings)\n- Mark recipes as favorites and manage a favorite list\n- Filters for dietary needs (e.g., gluten-free, vegetarian)\n- State managed via Redux and persists across navigation\n- Clean and reusable component structure\n\n# Technologies Used\n\n- Frontend: ReactJS\n- State Management:Redux, Redux Thunk\n- API: [Edamam Recipe API](https://developer.edamam.com/)\n- Styling: CSS\n- Development Tools: Visual Studio Code, npm, Git\n\n# Setup Instructions\n\n## Prerequisites\n\n- Node.js and npm installed (download: https://nodejs.org/)\n- Internet connection to fetch data from Edamam API\n\n## Steps\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/your-username/RecipeApp.git\n   cd RecipeApp\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Add your Edamam API credentials**\n   Open `src/redux/actions.js` and update this line:\n\n   ```javascript\n   const response = await fetch(\n     `https://api.edamam.com/search?q=${query}\u0026app_id=YOUR_APP_ID\u0026app_key=YOUR_APP_KEY\u0026from=0\u0026to=50`\n   );\n   ```\n\n4. **Start the development server**\n\n   ```bash\n   npm start\n   ```\n\n   The app should open automatically at [http://localhost:3000](http://localhost:3000)\n\n---\n\n# Available Scripts\n\nIn the project directory, you can run:\n\n* `npm start` – Runs the app in development mode\n* `npm run build` – Builds the app for production\n* `npm test` – Launches the test runner (if tests are added)\n* `npm run eject` – Ejects the app configuration (not recommended unless necessary)\n\n---\n\n# Deployment\n\nThis app can be deployed on platforms like:\n\n* GitHub Pages\n* Vercel\n* Netlify\n* Render\n\nYou can build the production version using:\n\n```bash\nnpm run build\n```\nThen follow the hosting provider's instructions for deployment.\n\n# Future Enhancements\n\n* 🍽️ Add category filters (breakfast, lunch, dinner)\n* 🧑‍🍳 Add user authentication to save favorites per user\n* 🌐 Add pagination or infinite scroll\n* 📱 Improve responsiveness on smaller screens\n* 📊 Add nutritional info and calorie breakdown\n\n# Notes\n\n* This project is for educational and demonstration purposes.\n* Be mindful of the free tier limitations of the Edamam API.\n\n# License\n\nThis project is open-source and available under the **MIT License**.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek92503%2Frecipe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivek92503%2Frecipe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek92503%2Frecipe-app/lists"}