{"id":22660963,"url":"https://github.com/kirankumar-matham96/timeline-app-react-chrono","last_synced_at":"2025-07-06T23:06:45.859Z","repository":{"id":114108036,"uuid":"505388448","full_name":"kirankumar-Matham96/timeline-app-react-chrono","owner":"kirankumar-Matham96","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-20T10:09:16.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:29:48.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kirankumar-Matham96.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":"2022-06-20T10:08:37.000Z","updated_at":"2022-06-20T10:09:19.000Z","dependencies_parsed_at":"2023-06-13T05:00:28.592Z","dependency_job_id":null,"html_url":"https://github.com/kirankumar-Matham96/timeline-app-react-chrono","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirankumar-Matham96/timeline-app-react-chrono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Ftimeline-app-react-chrono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Ftimeline-app-react-chrono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Ftimeline-app-react-chrono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Ftimeline-app-react-chrono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirankumar-Matham96","download_url":"https://codeload.github.com/kirankumar-Matham96/timeline-app-react-chrono/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Ftimeline-app-react-chrono/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263986257,"owners_count":23539809,"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":[],"created_at":"2024-12-09T11:13:07.426Z","updated_at":"2025-07-06T23:06:45.853Z","avatar_url":"https://github.com/kirankumar-Matham96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In this project, let's build a **CCBP Timeline** 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/ccbp-timeline-output.gif\" alt=\"ccbp timeline 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/ccbp-timeline-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/ccbp-timeline-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- Initially, the page should display the timeline items list using **Chrono custom rendering** based on the `categoryId`\n- The `TimelineView` component is provided with `timelineItemsList`. It consists of a list of timeline item objects with the following properties in each timeline item object\n\n  - The `timelineItemObject` with `categoryId` as `COURSE` will have the following properties\n\n    |     Key     | Data Type |\n    | :---------: | :-------: |\n    |     id      |  String   |\n    | categoryId  |  String   |\n    |    title    |  String   |\n    | courseTitle |  String   |\n    | description |  String   |\n    |  duration   |  String   |\n    |  tagsList   |   Array   |\n\n  - The `tagsListObject` will have the following properties\n\n    | Key  | Data Type |\n    | :--: | :-------: |\n    |  id  |  String   |\n    | name |  String   |\n\n  - The `timelineItemObject` with `categoryId` as `PROJECT` will have the following properties\n\n    |     Key      | Data Type |\n    | :----------: | :-------: |\n    |      id      |  String   |\n    |  categoryId  |  String   |\n    |    title     |  String   |\n    | projectTitle |  String   |\n    | description  |  String   |\n    |   imageUrl   |  String   |\n    |   duration   |  String   |\n    |  projectUrl  |  String   |\n\n- If the value of the key `categoryId` in `timelineItemObject` is `PROJECT` then Project card should be rendered\n  - The `ProjectTimelineCard` should consist of **Visit** link when a user clicks on it, then the page should be navigated to the respective project\n  - The `ProjectTimelineCard` should consist of a **Calendar** icon with respective `duration` text\n- If the value of the key `categoryId` in `timelineItemObject` is `COURSE` then the Course card should be rendered\n  - The `CourseTimelineCard` should consist of a **Clock** icon with respective `duration` text\n- Give the timeline items list data as a value to `items` prop for the `Chrono` component from **react-chrono**, so that the title will be displayed beside each card\n\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/ccbp-timeline-component-structure-breakdown.png\" alt=\"component structure breakdown\" 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/TimelineView/index.js`\n- `src/components/TimelineView/index.css`\n- `src/components/CourseTimelineCard/index.js`\n- `src/components/CourseTimelineCard/index.css`\n- `src/components/ProjectTimelineCard/index.js`\n- `src/components/ProjectTimelineCard/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- To build this project, take a look at the \u003ca href='https://learning.ccbp.in/frontend-development/course?c_id=2f4192f7-7495-49ca-a6ce-6b74005e25f1\u0026s_id=a152928a-64cc-4697-936c-db2e3c4f2716\u0026t_id=416f0cab-8425-413b-9157-c7b4d4ae4467' target=\"_blank\"\u003eReact Chrono\u003c/a\u003e reading material\n\n**The following instructions are required for the tests to pass**\n\n- `AiFillClockCircle`, `AiFillCalendar` icons from `react-icons` should be used for **clock** and **calender** icons in card respectively\n\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: #171f46; width: 150px; padding: 10px; color: white\"\u003eHex: #171f46\u003c/div\u003e\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: #0967d2; width: 150px; padding: 10px; color: white\"\u003eHex: #0967d2\u003c/div\u003e\n\u003cdiv style=\"background-color: #2b237c; width: 150px; padding: 10px; color: white\"\u003eHex: #2b237c\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\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\u003e - **Do not remove the pre-filled code**\n\u003e - Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Ftimeline-app-react-chrono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirankumar-matham96%2Ftimeline-app-react-chrono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Ftimeline-app-react-chrono/lists"}