https://github.com/frontend-code20/number-conversion
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.
https://github.com/frontend-code20/number-conversion
conversions convert css3 html5 javascript octal
Last synced: 7 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/frontend-code20/number-conversion
- Owner: Frontend-Code20
- Created: 2025-02-02T13:29:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T13:32:32.000Z (8 months ago)
- Last Synced: 2025-02-02T14:28:15.390Z (8 months ago)
- Topics: conversions, convert, css3, html5, javascript, octal
- Language: JavaScript
- Homepage: http://nummagic.free.nf
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Conversion Tool Using JavaScript
A 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.
## 1. Tech Stack
- JavaScript
- HTML5
- CSS## 2. Supported Conversions
- **Whole Numbers**
+ Binary To Decimal
+ Binary To Octal
+ Binary To Hexadecimal
+ Decimal To Binary
+ Decimal To Octal
+ Decimal To Hexadecimal
+ Octal To Binary
+ Octal To Decimal
+ Octal To Hexadecimal
+ Hexadecimal To Binary
+ Hexadecimal To Decimal
+ Hexadecimal To Octal- **Fraction Numbers**
+ Binary Fraction To Decimal Fraction
+ Binary Fraction To Octal Fraction
+ Binary Fraction To Hexadecimal Fraction
+ Decimal Fraction To Binary Fraction
+ Decimal Fraction To Octal Fraction
+ Decimal Fraction To Hexadecimal Fraction
+ Octal Fraction To Binary Fraction
+ Octal Fraction To Decimal Fraction
+ Octal Fraction To Hexadecimal Fraction
+ Hexadecimal Fraction To Binary Fraction
+ Hexadecimal Fraction To Decimal Fraction
+ Hexadecimal Fraction To Octal Fraction## 3. How to use this web tool?.
- 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.
- Select the conversion type you want to `convert from` in the first dropdown.
- Select the conversion type you want to `convert to` in the second dropdown.
- Enter a number in the input field.
- Click the `Convert` button to get the result.## 4. Installation/Setup Instructions:
**To run this tool locally, follow these steps:**
- Clone the repository: `git clone ` or download the project directory.
- Open the `index.html` file in your browser.
- (Optional) If you want to run the app on a `local server`, use a simple HTTP server like `Live Server` in Visual Studio Code.## 5. License Information
- This project is licensed under the `MIT` License## 6. Project




