An open API service indexing awesome lists of open source software.

https://github.com/kkrishguptaa/bin2dec

Simply Beautiful Binary to Decimal Converter ✨
https://github.com/kkrishguptaa/bin2dec

css html javascript static

Last synced: about 2 months ago
JSON representation

Simply Beautiful Binary to Decimal Converter ✨

Awesome Lists containing this project

README

        





Bin2Dec


Simply Beautiful Binary to Decimal Converter


View Deployed


## 📸 Screenshots

| Desktop | Mobile |
| --- | --- |
| ![Screenshot of the application, the page includes a heading "Binary To Decimal", a textbox for input and a block of output](https://github.com/xkrishguptaa/bin2dec/raw/main/assets/screenshots/desktop.png) | ![Screenshot of Bin2Dec On A Mobile Device To Showcase That It's Responsive](https://github.com/xkrishguptaa/bin2dec/raw/main/assets/screenshots/mobile.png) |

## 🌟 Features

- [x] User can enter up to 8 binary digits in one input field
- [x] User must be notified if anything other than a 0 or 1 was entered
- [x] User views the results in a single output field containing the decimal (base 10) equivalent of the binary number that was entered
- [x] User can enter a variable number of binary digits

## 💡 Origin

Details can be found => [xkrishguptaa/learning#1](https://github.com/xkrishguptaa/learning/issues/1), Adapted from [florinpop17/app-ideas](https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Bin2Dec-App.md)