Skip to content

๐Ÿ”ข A simple tool to convert numbers between bases (binary, octal, decimal, hexadecimal) ๐Ÿ”„

Notifications You must be signed in to change notification settings

saleh-coder/base-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Base Converter ๐Ÿงฎโœจ

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! ๐Ÿ˜„

Live Demo

You can check out the live version of the website here: Caesar Cipher on Vercel.

Screenshot ๐Ÿ“ธ

Base Converter Screenshot

๐Ÿ“š Table of Contents

What is this?

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! ๐ŸŽ“โœจ

Features

  • 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! ๐ŸŽ‰

Tech Used

  • 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. ๐ŸŽฉโœจ

How to Install

Want to run this on your own machine? No problem! Follow these steps:

  1. Clone the repository:

    git clone https://github.com/saleh-coder/base-converter.git
  2. Go to the project folder:

    cd base-converter
  3. Open the index.html in your favorite browser and you're all set! ๐Ÿš€

How to Use

  1. Select the base you want to convert from and to using the dropdown menus. ๐Ÿ’ก
  2. Type your number in the input field. โœ๏ธ
  3. Hit Convert and watch the magic happen! ๐Ÿช„
  4. Your result will show up instantly, ready to copy or share! ๐ŸŽฏ

Example

Conversion Example ๐Ÿ’ก:

  • From Base: Decimal (10)
  • To Base: Binary (2)
  • Input: 10
  • Result: 1010 (๐ŸŽ‰)

Contributing

Weโ€™re always happy to have help! If you want to improve the Base Converter, hereโ€™s how:

  1. Fork the repository. ๐Ÿด
  2. Create a new branch (git checkout -b your-feature-branch). ๐ŸŒฟ
  3. Make your changes and commit them (git commit -am 'Add a new feature'). ๐Ÿ“
  4. Push to your branch (git push origin your-feature-branch). ๐Ÿ“ค
  5. 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! ๐Ÿ’ฌ

License

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! ๐ŸŽ‰

About

๐Ÿ”ข A simple tool to convert numbers between bases (binary, octal, decimal, hexadecimal) ๐Ÿ”„

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published