{"id":19418911,"url":"https://github.com/reddy-epk/react-gallery-app","last_synced_at":"2026-04-12T18:34:23.610Z","repository":{"id":228987160,"uuid":"775432851","full_name":"reddy-epk/react-gallery-app","owner":"reddy-epk","description":"A react app for changing images in a gallery style","archived":false,"fork":false,"pushed_at":"2024-03-21T12:53:51.000Z","size":195,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T17:42:25.663Z","etag":null,"topics":["front-end-web-development","gallery-images","image-changer","reactjs"],"latest_commit_sha":null,"homepage":"https://epkgallery.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}},"created_at":"2024-03-21T11:34:13.000Z","updated_at":"2024-03-21T12:49:08.000Z","dependencies_parsed_at":"2024-03-21T14:05:38.243Z","dependency_job_id":null,"html_url":"https://github.com/reddy-epk/react-gallery-app","commit_stats":null,"previous_names":["reddy-epk/react-gallery-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Freact-gallery-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Freact-gallery-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Freact-gallery-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Freact-gallery-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddy-epk","download_url":"https://codeload.github.com/reddy-epk/react-gallery-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599180,"owners_count":19826959,"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":["front-end-web-development","gallery-images","image-changer","reactjs"],"created_at":"2024-11-10T13:15:36.563Z","updated_at":"2026-04-12T18:34:18.558Z","avatar_url":"https://github.com/reddy-epk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Building a React **Gallery App** \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/gallery-output.gif\" alt=\"gallery-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) and Small (Size \u003e= 576px)](https://assets.ccbp.in/frontend/content/react-js/gallery-sm-output-v2.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/gallery-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\n### Quick Tips\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\u003cbr\u003e\n\n- Use the CSS `opacity` property to set the degree to which content behind an element is hidden. It accepts a value in the range of 0.0 to 1.0 inclusive\n\n  ```\n  opacity: 0.5;\n  ```\n\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- The selected image should have the alt as the value of the key `imageAltText` from each image details object provided\n- The thumbnail images should have the alt as values of the key `thumbnailAltText` from each image details object provided\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: #1e293b; width: 150px; padding: 10px; color: white\"\u003eHex: #1e293b\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: #64748b; width: 150px; padding: 10px; color: white\"\u003eHex: #64748b\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\u003e ### _Things to Keep in Mind_\n\u003e for individuals:\n\u003e - All components you implement should go in the `src/components` directory.\n\u003e - Don't change the component folder names as those are the files being imported into the tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Freact-gallery-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddy-epk%2Freact-gallery-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Freact-gallery-app/lists"}