{"id":18206582,"url":"https://github.com/thirumalesh6630/projectsshowcase","last_synced_at":"2026-05-08T05:38:52.932Z","repository":{"id":260775612,"uuid":"882322088","full_name":"Thirumalesh6630/ProjectsShowcase","owner":"Thirumalesh6630","description":"Projects Showcase","archived":false,"fork":false,"pushed_at":"2024-11-02T14:19:39.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T20:53:26.931Z","etag":null,"topics":["css","react","reactjs","styledcomponents"],"latest_commit_sha":null,"homepage":"https://kthirumaleshixgpyrjsceqhz58.drops.nxtwave.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/Thirumalesh6630.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":"2024-11-02T14:12:31.000Z","updated_at":"2024-11-02T14:22:25.000Z","dependencies_parsed_at":"2024-11-02T14:27:43.053Z","dependency_job_id":null,"html_url":"https://github.com/Thirumalesh6630/ProjectsShowcase","commit_stats":null,"previous_names":["thirumalesh6630/projectsshowcase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thirumalesh6630%2FProjectsShowcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thirumalesh6630%2FProjectsShowcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thirumalesh6630%2FProjectsShowcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thirumalesh6630%2FProjectsShowcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thirumalesh6630","download_url":"https://codeload.github.com/Thirumalesh6630/ProjectsShowcase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247715682,"owners_count":20984089,"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":["css","react","reactjs","styledcomponents"],"created_at":"2024-11-03T12:05:20.507Z","updated_at":"2026-05-08T05:38:52.877Z","avatar_url":"https://github.com/Thirumalesh6630.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProjectsShowcase\nProjects Showcase\nThe goal of this coding exam is to quickly get you off the ground with **setState Callback Function**.\n\n### Refer to the video and image below:\n\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cvideo style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12);outline:none;\" loop=\"true\" autoplay=\"autoplay\" controls=\"controls\" muted\u003e\n    \u003csource src=\"https://assets.ccbp.in/frontend/content/react-js/projects-showcase-success-output.mp4\" type=\"video/mp4\"\u003e\n  \u003c/video\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n**Failure View**\n\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/projects-showcase-failure-output.gif\" alt=\"failure view\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Success](https://assets.ccbp.in/frontend/content/react-js/projects-showcase-success-lg-output.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Failure](https://assets.ccbp.in/frontend/content/react-js/projects-showcase-failure-lg-output.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\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\n\u003c/details\u003e\n\n### Completion Instructions\n\n\u003cdetails\u003e\n\n\u003csummary\u003eFunctionality to be added\u003c/summary\u003e\n\n\u003cbr/\u003e\n\nThe app must have the following functionalities\n\n- When the app is opened initially,\n\n  - An HTTP GET request should be made to **projectsApiUrl** with query parameter as `category` and its initial value as `ALL`\n  - The **_loader_** should be displayed while fetching the data\n  - After the data is fetched successfully, display the projects list received in the API response\n\n- When a category option is selected,\n\n  - An HTTP GET request should be made to the **projectsApiUrl** with the query parameter as `category` and its value as the `id` of the active category option\n  - The **_loader_** should be displayed while fetching the data\n  - After the data is fetched successfully, display the projects list received in the API response\n\n- The `App` component is provided with `categoriesList`. It consists of a list of category objects with the following properties in each category object\n\n  |     Key     | Data Type |\n  | :---------: | :-------: |\n  |     id      |  String   |\n  | displayText |  String   |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eAPI Requests \u0026 Responses\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n**projectsApiUrl**\n\n#### API: `https://apis.ccbp.in/ps/projects`\n\n#### Example: `https://apis.ccbp.in/ps/projects?category=ALL`\n\n#### Method: `GET`\n\n#### Description:\n\nReturns a response containing the list of all projects\n\n#### Response:\n\n```json\n{\n  \"projects\": [\n      {\n        \"id\": \"f680c5fb-a4d0-4f43-b356-785d920208df\",\n        \"name\": \"Music Page\",\n        \"image_url\": \"https://assets.ccbp.in/frontend/react-js/projects-showcase/music-page-img.png\"\n      },\n       ...\n  ],\n  \"total\": 34\n}\n```\n\n\u003c/details\u003e\n\n### Important Note\n\n\u003cdetails\u003e\n\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 category option in the HTML `select` element should have the value attribute as the value of key `id` and text content as the value of the key `displayText` from the `categoriesList` provided\n- Wrap the `Loader` component with an HTML container element and add the `data-testid` attribute value as **loader** to it\n- The project image in each project item should have the alt as the value of the key `name` from each project object in the projects API response\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- https://assets.ccbp.in/frontend/react-js/projects-showcase/website-logo-img.png alt should be **website logo**\n- https://assets.ccbp.in/frontend/react-js/projects-showcase/failure-img.png alt should be **failure view**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color:#f1f5f9; width: 150px; padding: 10px; color: black\"\u003eHex: #f1f5f9\u003c/div\u003e\n\u003cdiv style=\"background-color:#cbd5e1; width: 150px; padding: 10px; color: black\"\u003eHex: #cbd5e1\u003c/div\u003e\n\u003cdiv style=\"background-color:#475569; width: 150px; padding: 10px; color: white\"\u003eHex: #475569\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:#328af2; width: 150px; padding: 10px; color: white\"\u003eHex: #328af2\u003c/div\u003e\n\u003cdiv style=\"background-color:#e2e8f0; width: 150px; padding: 10px; color: black\"\u003eHex: #e2e8f0\u003c/div\u003e\n\u003cdiv style=\"background-color:#e6e9ec; width: 150px; padding: 10px; color: black\"\u003eHex: #e6e9ec\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\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\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%2Fthirumalesh6630%2Fprojectsshowcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthirumalesh6630%2Fprojectsshowcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthirumalesh6630%2Fprojectsshowcase/lists"}