{"id":20047435,"url":"https://github.com/balakrish001/character-counter-reactjs","last_synced_at":"2026-04-09T18:05:28.855Z","repository":{"id":257530761,"uuid":"858553524","full_name":"Balakrish001/Character-Counter-ReactJs","owner":"Balakrish001","description":"Character Counter -The app should initially display an empty input and a \"No User Inputs\" view. Upon adding a non-empty input, it should display the input in the list, show the character count, and reset the input field","archived":false,"fork":false,"pushed_at":"2024-09-17T05:35:13.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T20:29:57.819Z","etag":null,"topics":["html-css-javascript","reactjs","uuid-generator"],"latest_commit_sha":null,"homepage":"","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-17T05:26:43.000Z","updated_at":"2024-09-17T05:35:16.000Z","dependencies_parsed_at":"2024-09-17T08:18:04.576Z","dependency_job_id":"d5ccb0e7-5a89-401a-be3a-8ad787c4f783","html_url":"https://github.com/Balakrish001/Character-Counter-ReactJs","commit_stats":null,"previous_names":["balakrish001/character-counter-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FCharacter-Counter-ReactJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FCharacter-Counter-ReactJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FCharacter-Counter-ReactJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FCharacter-Counter-ReactJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balakrish001","download_url":"https://codeload.github.com/Balakrish001/Character-Counter-ReactJs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476955,"owners_count":19969019,"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":["html-css-javascript","reactjs","uuid-generator"],"created_at":"2024-11-13T11:36:16.439Z","updated_at":"2025-12-31T01:06:55.876Z","avatar_url":"https://github.com/Balakrish001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The goal of this coding exam is to quickly get you off the ground with **Lists and Keys** in React JS.\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/character-counter-output.gif\" alt=\"Character Counter\" 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- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - No User Inputs View](https://assets.ccbp.in/frontend/content/react-js/character-counter-no-user-inputs-lg-output.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/character-counter-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 value of the user input element should be empty and [No User Inputs View](https://assets.ccbp.in/frontend/content/react-js/character-counter-no-user-inputs-lg-output.png) should be displayed.\n- When a non-empty value is provided in the user input element and the **Add** button is clicked,\n  - A new user input item should be added to the list of user inputs.\n  - The count of characters of the value provided in the user input element should be displayed.\n  - The value inside the user input element should be updated to its initial value.\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### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- https://assets.ccbp.in/frontend/react-js/no-user-inputs-img.png alt should be **no user inputs**\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: #ffc533; width: 150px; padding: 10px; color: black\"\u003eHex: #ffc533\u003c/div\u003e\n\u003cdiv style=\"background-color: #334155; width: 150px; padding: 10px; color: white\"\u003eHex: #334155\u003c/div\u003e\n\u003cdiv style=\"background-color: #0f172a; width: 150px; padding: 10px; color: white\"\u003eHex: #0f172a\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffbf1f; width: 150px; padding: 10px; color: black\"\u003eHex: #ffbf1f\u003c/div\u003e\n\u003cdiv style=\"background-color: #272c47; width: 150px; padding: 10px; color: white\"\u003eHex: #272c47\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: #475569; width: 150px; padding: 10px; color: white\"\u003eHex: #475569\u003c/div\u003e\n\u003cdiv style=\"background-color: #1e293b; width: 150px; padding: 10px; color: white\"\u003eHex: #1e293b\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fcharacter-counter-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalakrish001%2Fcharacter-counter-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fcharacter-counter-reactjs/lists"}