{"id":26371571,"url":"https://github.com/frontend-code20/number-conversion","last_synced_at":"2026-04-18T14:31:55.514Z","repository":{"id":275433244,"uuid":"926067514","full_name":"Frontend-Code20/number-conversion","owner":"Frontend-Code20","description":"A powerful number conversion tool that allows quick conversions between binary, decimal, octal, and hexadecimal, including their fraction values. Perform fast, offline conversions with ease.","archived":false,"fork":false,"pushed_at":"2025-02-02T19:30:37.000Z","size":352,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T00:39:26.408Z","etag":null,"topics":["conversions","convert","css3","html5","javascript","octal"],"latest_commit_sha":null,"homepage":"https:/nummagic.free.nf","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/Frontend-Code20.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":"2025-02-02T13:29:12.000Z","updated_at":"2025-02-02T19:30:40.000Z","dependencies_parsed_at":"2025-02-02T14:39:03.309Z","dependency_job_id":null,"html_url":"https://github.com/Frontend-Code20/number-conversion","commit_stats":null,"previous_names":["frontend-code20/number-conversion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Frontend-Code20/number-conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Code20%2Fnumber-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Code20%2Fnumber-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Code20%2Fnumber-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Code20%2Fnumber-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frontend-Code20","download_url":"https://codeload.github.com/Frontend-Code20/number-conversion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Code20%2Fnumber-conversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["conversions","convert","css3","html5","javascript","octal"],"created_at":"2025-03-17T00:39:30.384Z","updated_at":"2026-04-18T14:31:55.497Z","avatar_url":"https://github.com/Frontend-Code20.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Number Conversion Tool Using JavaScript\n\nA powerful and easy-to-use number conversion tool built in JavaScript that allows users to quickly convert numbers between binary, decimal, octal, and hexadecimal formats, both for whole numbers and fractions. This tool has a user-friendly and responsive user interface built in a modern CSS and HTML approach. The structure of the tool directory is organized in separate files using a modular approach for better readability, scalability, and maintainability.\n\n## 1. Tech Stack\n- JavaScript\n- HTML5\n- CSS\n\n## 2. Supported Conversions\n - **Whole Numbers**\n    + Binary To Decimal\n    + Binary To Octal\n    + Binary To Hexadecimal\n    + Decimal To Binary\n    + Decimal To Octal\n    + Decimal To Hexadecimal\n    + Octal To Binary\n    + Octal To Decimal\n    + Octal To Hexadecimal\n    + Hexadecimal To Binary\n    + Hexadecimal To Decimal\n    + Hexadecimal To Octal\n\n - **Fraction Numbers**\n    + Binary Fraction To Decimal Fraction\n    + Binary Fraction To Octal Fraction\n    + Binary Fraction To Hexadecimal Fraction\n    + Decimal Fraction To Binary Fraction\n    + Decimal Fraction To Octal Fraction\n    + Decimal Fraction To Hexadecimal Fraction\n    + Octal Fraction To Binary Fraction\n    + Octal Fraction To Decimal Fraction\n    + Octal Fraction To Hexadecimal Fraction\n    + Hexadecimal Fraction To Binary Fraction\n    + Hexadecimal Fraction To Decimal Fraction\n    + Hexadecimal Fraction To Octal Fraction\n\n## 3. How to use this web tool?.\n- There are two selection dropdowns (one for the `convert from` value, one for the `convert to` value), an input field two buttons (convert and clear), and a section to display result.\n- Select the conversion type you want to `convert from` in the first dropdown. \n- Select the conversion type you want to `convert to` in the second dropdown.\n- Enter a number in the input field. \n- Click the `Convert` button to get the result.\n\n## 4. Installation/Setup Instructions:\n\n**To run this tool locally, follow these steps:**\n- Clone the repository: `git clone \u003crepository_url\u003e` or download the project directory.\n- Open the `index.html` file in your browser.\n- (Optional) If you want to run the app on a `local server`, use a simple HTTP server like `Live Server` in Visual Studio Code. \n\n## 5. License Information\n- This project is licensed under the `MIT` License \n\n## 6. Project \n\n![\"Defualt View\"](https://github.com/Frontend-Code20/number-conversion/blob/main/images/project_preview/defualt.png)\n\n![\"Decimal to Binary\"](https://github.com/Frontend-Code20/number-conversion/blob/main/images/project_preview/decimal.png)\n\n![\"Error View\"](https://github.com/Frontend-Code20/number-conversion/blob/main/images/project_preview/error.png)\n\n![\"Hexadecimal to decimal\"](https://github.com/Frontend-Code20/number-conversion/blob/main/images/project_preview/hexa.png)\n\n![\"Hexadecimal to octal\"](https://github.com/Frontend-Code20/number-conversion/blob/main/images/project_preview/hexaOctal.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontend-code20%2Fnumber-conversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontend-code20%2Fnumber-conversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontend-code20%2Fnumber-conversion/lists"}