{"id":21518352,"url":"https://github.com/lucasvbr/bin2dec","last_synced_at":"2026-05-05T02:37:30.518Z","repository":{"id":108620878,"uuid":"530268488","full_name":"LucasVbr/bin2dec","owner":"LucasVbr","description":"A binary to decimal web app using React and Chakra-ui","archived":false,"fork":false,"pushed_at":"2022-08-29T18:41:19.000Z","size":763,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T04:12:15.265Z","etag":null,"topics":["binary-to-decimal","chakra-ui","react"],"latest_commit_sha":null,"homepage":"https://bin2dec-lucasvbr.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucasVbr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-08-29T14:58:41.000Z","updated_at":"2022-08-29T15:09:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"29e34c51-f1a1-4290-b3c0-f3d75ddcf690","html_url":"https://github.com/LucasVbr/bin2dec","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasVbr%2Fbin2dec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasVbr%2Fbin2dec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasVbr%2Fbin2dec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasVbr%2Fbin2dec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasVbr","download_url":"https://codeload.github.com/LucasVbr/bin2dec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244071364,"owners_count":20393395,"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":["binary-to-decimal","chakra-ui","react"],"created_at":"2024-11-24T00:51:43.533Z","updated_at":"2026-05-05T02:37:30.494Z","avatar_url":"https://github.com/LucasVbr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Bin2Dec 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.1.1-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: Unlicense\" src=\"https://img.shields.io/badge/License-Unlicense-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e A React Web App that convert binary values into decimal.\n\n### 🏠 [Homepage](https://bin2dec-lucasvbr.vercel.app/)\n\n\u003ckbd\u003e\n    \u003cimg src=\"preview.png\" alt=\"preview picture\"/\u003e\n\u003c/kbd\u003e\n\n## Description\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 to 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-   [ ] 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 (\n    base 10) equivalent of the binary number that was entered\n\n#### Bonus features\n\n-   [X] User can enter a variable number of binary digits\n\n\u003cdiv align=\"right\"\u003eFrom \u003ca href=\"https://github.com/florinpop17/app-ideas\"\u003eapp-ideas\u003c/a\u003e/\u003ca href=\"https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Bin2Dec-App.md\"\u003eBin2Dec-App\u003c/a\u003e \u003c/div\u003e\n\n## Author\n\n👤 **LucasVbr**\n\n* Github: [@LucasVbr](https://github.com/LucasVbr)\n* LinkedIn: [@lucasvbr](https://linkedin.com/in/lucasvbr)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📊 Project Stats\n\n![Alt](https://repobeats.axiom.co/api/embed/4ab92d78f05d08af5b5995b886eb2ca7803cbc7f.svg \"Repobeats analytics image\")\n\n## 📝 License\n\nCopyright © 2022 [LucasVbr](https://github.com/LucasVbr).\u003cbr /\u003e\nThis project is under the [Unlicense](https://unlicense.org/).\n\n\u003c!-- _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasvbr%2Fbin2dec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasvbr%2Fbin2dec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasvbr%2Fbin2dec/lists"}