{"id":44695534,"url":"https://github.com/naim886/react-array-sum","last_synced_at":"2026-02-15T08:10:31.480Z","repository":{"id":65434900,"uuid":"585283171","full_name":"naim886/react-array-sum","owner":"naim886","description":"Add all array elements and returns result","archived":false,"fork":false,"pushed_at":"2023-01-04T20:19:18.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T19:34:21.725Z","etag":null,"topics":["array","array-sum","javascript","react","vue"],"latest_commit_sha":null,"homepage":"https://weblearnbd.com","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/naim886.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}},"created_at":"2023-01-04T19:28:22.000Z","updated_at":"2024-07-10T17:25:33.000Z","dependencies_parsed_at":"2023-02-02T20:20:27.159Z","dependency_job_id":null,"html_url":"https://github.com/naim886/react-array-sum","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/naim886/react-array-sum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naim886%2Freact-array-sum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naim886%2Freact-array-sum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naim886%2Freact-array-sum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naim886%2Freact-array-sum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naim886","download_url":"https://codeload.github.com/naim886/react-array-sum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naim886%2Freact-array-sum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29473502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["array","array-sum","javascript","react","vue"],"created_at":"2026-02-15T08:10:31.013Z","updated_at":"2026-02-15T08:10:31.473Z","avatar_url":"https://github.com/naim886.png","language":"JavaScript","readme":"# React Array Sum\n#### This package will help you to add array values\n\n\nBasic use\n\nNeed to import \n\n`import Sum from 'react-array-sum'`\n\nuse of function\n\n `Sum([1,2,3,4,5,6,7])`\n\nExample Code: \n\n    import {useEffect, useState} from \"react\"\n    import Sum from 'react-array-sum'\n    function App() {\n        const [numbers] = useState([1,2,3,4,5,6,7])\n        const [numbers_sum, set_numbers_sum] = useState()\n\n        useEffect(()=\u003e{\n            set_numbers_sum(Sum(numbers))\n        }, [])\n\n        return (\n            \u003cdiv className=\"App\"\u003e\n                \u003ch1\u003e{numbers_sum}\u003c/h1\u003e\n            \u003c/div\u003e\n        )\n    }\n    export default App;\n\n# Bug Report \n\n- Please feel free to report a bug \u003cnaim886@gmail.com\u003e or in [gitHub Repo](https://github.com/naim886/react-array-sum/issues)\n\n# Contributors\n\nThanks to everyone who has contributed to the project so far:\n- MD. Naimul Hasan ( **[Web Learn BD](https://weblearnbd.com)** )\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaim886%2Freact-array-sum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaim886%2Freact-array-sum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaim886%2Freact-array-sum/lists"}