{"id":20548318,"url":"https://github.com/email2vimalraj/bin2dec","last_synced_at":"2026-02-27T16:45:48.742Z","repository":{"id":152669958,"uuid":"182282960","full_name":"email2vimalraj/Bin2Dec","owner":"email2vimalraj","description":"Binary to Decimal converter using React","archived":false,"fork":false,"pushed_at":"2022-07-07T15:34:43.000Z","size":7,"stargazers_count":15,"open_issues_count":2,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T10:55:35.536Z","etag":null,"topics":["binary-decimal","javascript","react","reactjs","usestate"],"latest_commit_sha":null,"homepage":"https://lrkm139qwl.codesandbox.io/","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/email2vimalraj.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}},"created_at":"2019-04-19T15:09:15.000Z","updated_at":"2024-04-28T21:55:47.000Z","dependencies_parsed_at":"2023-06-18T15:09:28.275Z","dependency_job_id":null,"html_url":"https://github.com/email2vimalraj/Bin2Dec","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/email2vimalraj/Bin2Dec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/email2vimalraj%2FBin2Dec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/email2vimalraj%2FBin2Dec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/email2vimalraj%2FBin2Dec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/email2vimalraj%2FBin2Dec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/email2vimalraj","download_url":"https://codeload.github.com/email2vimalraj/Bin2Dec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/email2vimalraj%2FBin2Dec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"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":["binary-decimal","javascript","react","reactjs","usestate"],"created_at":"2024-11-16T02:13:02.247Z","updated_at":"2026-02-27T16:45:48.726Z","avatar_url":"https://github.com/email2vimalraj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary to Decimal Converter\n\nIdea from [here](https://github.com/florinpop17/app-ideas)\n\n**Demo**: [Codesandbox](https://lrkm139qwl.codesandbox.io/)\n\n**Tier:** 1-Beginner\n\nBinary is the number system all digital computers are based on.\nTherefore it's important for developers to understand binary, or base 2,\nmathematics. The purpose of Bin2Dec is to provide practice and\nunderstanding of how binary calculations.\n\nBin2Dec allows the user to enter strings of up to 8 binary digits, 0's\nand 1's, in any sequence and then displays its decimal equivalent.\n\nThis challenge requires that the developer implementing it follow these\nconstraints:\n\n- Arrays may not be used contain the binary digits entered by the user\n- Determining the decimal equivalent of a particular binary digit in the\n  sequence must be calculated using a single mathematical function, for\n  example the natural logarithm. It's up to you to figure out which function\n  to use.\n\n## User Stories\n\n- [x] ~User can enter up to 8 binary digits in one input field~\n- [x] ~User must be notified if anything other than a 0 or 1 was entered~\n- [x] ~User views the results in a single output field containing the decimal (base 10) equivalent of the the binary number that was entered~\n\n## Bonus features\n\n- [x] ~User can enter a variable number of binary digits~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femail2vimalraj%2Fbin2dec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femail2vimalraj%2Fbin2dec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femail2vimalraj%2Fbin2dec/lists"}