{"id":19418933,"url":"https://github.com/reddy-epk/technology-cards","last_synced_at":"2026-05-10T16:15:09.348Z","repository":{"id":227796805,"uuid":"772415847","full_name":"reddy-epk/Technology-cards","owner":"reddy-epk","description":"A react reusable code snippet for accessing list members ","archived":false,"fork":false,"pushed_at":"2024-03-15T06:39:33.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T02:34:25.536Z","etag":null,"topics":["react","reusable-cards","reusable-code","reusable-component","reusable-components"],"latest_commit_sha":null,"homepage":"https://xtechs.ccbp.tech/","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/reddy-epk.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":"2024-03-15T06:31:43.000Z","updated_at":"2024-03-26T09:52:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b29f72c3-da5a-475f-85b6-b98907e80a1d","html_url":"https://github.com/reddy-epk/Technology-cards","commit_stats":null,"previous_names":["reddy-epk/technology-cards"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reddy-epk/Technology-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTechnology-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTechnology-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTechnology-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTechnology-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddy-epk","download_url":"https://codeload.github.com/reddy-epk/Technology-cards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTechnology-cards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32862501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"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":["react","reusable-cards","reusable-code","reusable-component","reusable-components"],"created_at":"2024-11-10T13:15:40.417Z","updated_at":"2026-05-10T16:15:09.329Z","avatar_url":"https://github.com/reddy-epk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In this project, let's build **Technology Cards** by applying the concepts we have learned till now.\n\n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/technology-cards-lg-output.png\" alt=\"simple-cards-app-output\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Extra Small (Size \u003c 576px), Small (Size \u003e= 576px), and Medium (Size \u003e= 768px)](https://assets.ccbp.in/frontend/content/react-js/technology-cards-sm-output.png)\n- [Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/technology-cards-lg-output.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n### Completion Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eFunctionality to be added\u003c/summary\u003e\n\u003cbr/\u003e\n\nThe app must have the following functionalities\n\n- The App is provided with `cardsList`. It consists of a list of cardItem objects with the following properties in each cardItem object\n\n  |     Key     | Data Type |\n  | :---------: | :-------: |\n  |     id      |  Number   |\n  |    title    |  String   |\n  | description |  String   |\n  |   imgUrl    |  String   |\n  |  className  |  String   |\n\n- The value of the key `id` should be used as a key to the `CardItem` component.\n- The value of the key `className` should be used for the HTML list item in the `CardItem` component.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eImplementation Files\u003c/summary\u003e\n\u003cbr/\u003e\n\nUse these files to complete the implementation:\n\n- `src/App.js`\n- `src/App.css`\n- `src/components/CardItem/index.js`\n- `src/components/CardItem/index.css`\n\u003c/details\u003e\n\n### Important Note\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n**The following instructions are required for the tests to pass**\n\n- Each `CardItem` should have an HTML image element with `alt` attribute value as the value of the key **title** in `cardsList`\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #f4faff; width: 150px; padding: 10px; color: black\"\u003eHex: #f4faff\u003c/div\u003e\n\u003cdiv style=\"background-color: #64748b; width: 150px; padding: 10px; color: white\"\u003eHex: #64748b\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffffff; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #ff4f64; width: 150px; padding: 10px; color: white\"\u003eHex: #ff4f64\u003c/div\u003e\n\u003cdiv style=\"background-color: #00a8e7; width: 150px; padding: 10px; color: white\"\u003eHex: #00a8e7\u003c/div\u003e\n\u003cdiv style=\"background-color: #44c4a1; width: 150px; padding: 10px; color: white\"\u003eHex: #44c4a1\u003c/div\u003e\n\u003cdiv style=\"background-color: #fcc200; width: 150px; padding: 10px; color: white\"\u003eHex: #fcc200\u003c/div\u003e\n\u003cdiv style=\"background-color: #171f46; width: 150px; padding: 10px; color: white\"\u003eHex: #171f46\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Roboto\n\n\u003c/details\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Ftechnology-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddy-epk%2Ftechnology-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Ftechnology-cards/lists"}