Welcome to the Base Converter! ๐
This is a simple web tool that helps you convert numbers between different bases like Binary, Octal, Hexadecimal, and Decimal. It's perfect for developers, students, or anyone who loves working with numbers! ๐
You can check out the live version of the website here: Caesar Cipher on Vercel.
The Base Converter allows you to easily convert numbers between four common bases:
- Binary (Base 2) ๐ฐ
- Octal (Base 8) ๐จ
- Hexadecimal (Base 16) ๐ถ
- Decimal (Base 10) ๐ข
If you're learning about number systems or just need to convert between formats, this tool is perfect for you! ๐โจ
- Choose the base you want to convert from and to.
- Enter any number in the input field. ๐
- Hit Convert and see the magic happen! โจ
- Your result will be displayed right away, easy to read and fun! ๐
- HTML: Structure and foundation of the page.
- CSS: A colorful and modern design to make your experience fun!
- JavaScript: Handles the number-crunching and magic behind the scenes. ๐ฉโจ
Want to run this on your own machine? No problem! Follow these steps:
-
Clone the repository:
git clone https://github.com/saleh-coder/base-converter.git
-
Go to the project folder:
cd base-converter
-
Open the
index.html
in your favorite browser and you're all set! ๐
- Select the base you want to convert from and to using the dropdown menus. ๐ก
- Type your number in the input field. โ๏ธ
- Hit Convert and watch the magic happen! ๐ช
- Your result will show up instantly, ready to copy or share! ๐ฏ
- From Base: Decimal (10)
- To Base: Binary (2)
- Input: 10
- Result: 1010 (๐)
Weโre always happy to have help! If you want to improve the Base Converter, hereโs how:
- Fork the repository. ๐ด
- Create a new branch (git checkout -b your-feature-branch). ๐ฟ
- Make your changes and commit them (git commit -am 'Add a new feature'). ๐
- Push to your branch (git push origin your-feature-branch). ๐ค
- Open a pull request and tell us what youโve done! ๐
Found a bug or have a question? Feel free to open an issue. We're here to help! ๐ฌ
This project is licensed under the MIT License - feel free to use, modify, and share! ๐ก
Hope you enjoy using the Base Converter as much as I enjoyed building it! ๐ Have fun converting numbers! ๐