https://github.com/ibnballo1/binary-to-decimal
Binary To Decimal is web application which is used for converting base 2 numbers (binary) to base 10 numbers (decimal). This app allows users to convert a whole number in binary, like 1011, to decimal number and it also allows user s to convert binary numbers with fractional part , like 11.1001, to decimal.
https://github.com/ibnballo1/binary-to-decimal
css html javascript
Last synced: about 1 year ago
JSON representation
Binary To Decimal is web application which is used for converting base 2 numbers (binary) to base 10 numbers (decimal). This app allows users to convert a whole number in binary, like 1011, to decimal number and it also allows user s to convert binary numbers with fractional part , like 11.1001, to decimal.
- Host: GitHub
- URL: https://github.com/ibnballo1/binary-to-decimal
- Owner: Ibnballo1
- Created: 2022-12-27T09:58:41.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-11-25T01:58:51.000Z (over 2 years ago)
- Last Synced: 2024-05-17T15:47:32.794Z (about 2 years ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary to Decimal Converter
Tier: 1-Beginner
Binary is the number system all digital computers are based on. Therefore it's important for developers to understand binary, or base 2, mathematics. The purpose of Bin2Dec is to provide practice and understanding of how binary calculations.
Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's and 1's, in any sequence and then displays its decimal equivalent.
Ideas gitten from [app idea](https://github.com/florinpop17/app-ideas)
# Built With
* Major Languages
- HTML
- CSS
- JavaScript
# Getting Started
To get a local copy up and running, follow these simple steps:
## Usage
First copy this repo and clone it on your machine using this [link](git@github.com:Ibnballo1/binary-to-decimal.git).
Then cd into binary-to-decimal.
# Authors
:adult: Abdullateef Bello
- GitHub: @Ibnballo1
- Linkedin: [Abdullateef Bello](https://www.linkedin.com/in/abdullateef-bello-1b8006228/)
# Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ibnballo1/binary-to-decimal/issues)
# Live Demo
This is a link to the [live demo](https://verdant-sorbet-f7640d.netlify.app/)
# Show your support
Kindly give a :hearts: if you like this.
# Acknowledgement
- I expressed my gratitude for everyone.