{"id":20047432,"url":"https://github.com/balakrish001/my-tasks-reactjs","last_synced_at":"2025-03-02T08:18:47.281Z","repository":{"id":257621067,"uuid":"858830557","full_name":"Balakrish001/My-Tasks-ReactJs","owner":"Balakrish001","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-17T15:59:08.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T20:29:57.616Z","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/Balakrish001.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-09-17T15:54:57.000Z","updated_at":"2024-09-17T15:59:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"00728ecc-9164-4c9b-923c-f97816200c3c","html_url":"https://github.com/Balakrish001/My-Tasks-ReactJs","commit_stats":null,"previous_names":["balakrish001/my-tasks-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMy-Tasks-ReactJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMy-Tasks-ReactJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMy-Tasks-ReactJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMy-Tasks-ReactJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balakrish001","download_url":"https://codeload.github.com/Balakrish001/My-Tasks-ReactJs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476928,"owners_count":19969012,"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-11-13T11:36:15.781Z","updated_at":"2025-03-02T08:18:47.233Z","avatar_url":"https://github.com/Balakrish001.png","language":"JavaScript","readme":"The goal of this coding exam is to quickly get you off the ground with **Lists and Keys**.\n\n### Refer to the image below:\n\n\u003cbr\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n  \u003cvideo style=\"max-width:80%;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/my-tasks-output.mp4\" type=\"video/mp4\"\u003e\n    \n  \u003c/video\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- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - No Tasks View](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output-no-tasks-view.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Filter View](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output-filter-view.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 list of tasks and `Task` input should be empty and the active option in the `Tags` select element should be the first item of the given tagsList.\n- When non-empty values are provided for Tasks, Tags and the **Add Task** button is clicked,\n  - A new task should be added to the list of tasks.\n  - The value inside the `Task` input and `Tag` select elements should be updated to their initial values.\n- When a single tag is clicked it should be changed to an active state and filtered tasks should be displayed accordingly.\n- When no tag in the list of tags is active, then all the tasks should be displayed.\n- The `App` component consists of the `tagsList`. It consists of a list of tag details objects with the following properties in each object.\n\n  |     key     | DataType |\n  | :---------: | :------: |\n  |  optionId   |  String  |\n  | displayText |  String  |\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 instruction is required for the tests to pass**\n\n- Use the `uuid` package to generate the unique id.\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: #131213; width: 150px; padding: 10px; color: white\"\u003eHex: #131213\u003c/div\u003e\n\u003cdiv style=\"background-color: #f3aa4e; width: 150px; padding: 10px; color: black\"\u003eHex: #f3aa4e\u003c/div\u003e\n\u003cdiv style=\"background-color: #f1f5f9; width: 150px; padding: 10px; color: black\"\u003eHex: #f1f5f9\u003c/div\u003e\n\u003cdiv style=\"background-color: #64748b; width: 150px; padding: 10px; color: black\"\u003eHex: #64748b\u003c/div\u003e\n\u003cdiv style=\"background-color: #f8f8f8; width: 150px; padding: 10px; color: black\"\u003eHex: #f8f8f8\u003c/div\u003e\n\u003cdiv style=\"background-color: #475569; width: 150px; padding: 10px; color: black\"\u003eHex: #475569\u003c/div\u003e\n\u003cdiv style=\"background-color: #323f4b; width: 150px; padding: 10px; color: white\"\u003eHex: #323f4b\u003c/div\u003e\n\u003cdiv style=\"background-color: #000000; width: 150px; padding: 10px; color: white\"\u003eHex: #000000\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: #f1f5f9; width: 150px; padding: 10px; color: black\"\u003eHex: #f1f5f9\u003c/div\u003e\n\u003cdiv style=\"background-color: #1a171d; width: 150px; padding: 10px; color: white\"\u003eHex: #1a171d\u003c/div\u003e\n\u003cdiv style=\"background-color: #f8fafc; width: 150px; padding: 10px; color: black\"\u003eHex: #f8fafc\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fmy-tasks-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalakrish001%2Fmy-tasks-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fmy-tasks-reactjs/lists"}