A simple web-based tool to convert numbers between different number systems (decimal, binary, octal, and hexadecimal).
- Convert numbers from one system to another (e.g., decimal to binary, binary to octal).
- Displays results in all number systems regardless of the chosen conversion.
- User-friendly interface with dropdowns to select source and target number systems.
- Open the
main.html
file in a web browser. - Select the source number system from the first dropdown menu.
- Select the target number system from the second dropdown menu.
- Enter the number you wish to convert in the input field.
- The converted results will be displayed automatically in the "Result" field and also in decimal, binary, octal, and hexadecimal formats below.
- A modern web browser (Chrome, Firefox, Safari, Edge).
- Clone the repository:
git clone https://github.com/s8rr/Number-Conversion.git
- Navigate to the project directory:
cd Number-Conversion
- Open the
main.html
file in your preferred web browser.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
Fill free to use this code as a base. Make sure to give Credit