{"id":19418901,"url":"https://github.com/reddy-epk/blog-list","last_synced_at":"2026-05-09T06:05:01.648Z","repository":{"id":229273231,"uuid":"776300599","full_name":"reddy-epk/Blog-List","owner":"reddy-epk","description":"A react blog list app","archived":false,"fork":false,"pushed_at":"2024-03-23T05:56:18.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T20:26:53.900Z","etag":null,"topics":["blog-list","blogs","class-component","class-components-and-state","react","react-router","react-router-dom"],"latest_commit_sha":null,"homepage":"https://blocksy.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-23T05:50:10.000Z","updated_at":"2024-03-23T05:57:57.000Z","dependencies_parsed_at":"2024-03-23T06:46:53.128Z","dependency_job_id":null,"html_url":"https://github.com/reddy-epk/Blog-List","commit_stats":null,"previous_names":["reddy-epk/blog-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reddy-epk/Blog-List","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FBlog-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FBlog-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FBlog-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FBlog-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddy-epk","download_url":"https://codeload.github.com/reddy-epk/Blog-List/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FBlog-List/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blog-list","blogs","class-component","class-components-and-state","react","react-router","react-router-dom"],"created_at":"2024-11-10T13:15:35.811Z","updated_at":"2026-05-09T06:05:01.624Z","avatar_url":"https://github.com/reddy-epk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Building a React **Blog List** 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/routing-practice-blog-list-desktop-output.gif\" alt=\"routing-practice-blog-list-desktop-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), Medium (Size \u003e= 768px)](https://assets.ccbp.in/frontend/content/react-js/routing-practice-blog-list-sm-output-v2.png)\n- [Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/routing-practice-blog-list-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\u003cdetails\u003e\n\u003csummary\u003eComponents Structure\u003c/summary\u003e\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/routing-practice-blog-list-component-breakdown-structure.png\" alt=\"blog list component breakdown structure\" style=\"max-width:100%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\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/components/Home/index.js`\n- `src/components/BlogList/index.js`\n- `src/components/BlogList/index.css`\n- `src/components/BlogItem/index.js`\n- `src/components/BlogItem/index.css`\n- `src/components/UserInfo/index.js`\n- `src/components/UserInfo/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- `Home` route should consist of `/` in the URL path\n- `About` route should consist of `/about` in the URL path\n- `Contact` route should consist of `/contact` in the URL path\n- No need to use the `BrowserRouter` in `App.js` as  already included in `index.js` file\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- [https://assets.ccbp.in/frontend/react-js/profile-img.png](https://assets.ccbp.in/frontend/react-js/profile-img.png) alt should be **profile**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #9aa5b1; width: 150px; padding: 10px; color: white\"\u003eHex: #9aa5b1\u003c/div\u003e\n\u003cdiv style=\"background-color: #616e7c; width: 150px; padding: 10px; color: white\"\u003eHex: #616e7c\u003c/div\u003e\n\u003cdiv style=\"background-color: #12022f; width: 150px; padding: 10px; color: white\"\u003eHex: #12022f\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Fblog-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddy-epk%2Fblog-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Fblog-list/lists"}