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 ✨
- Host: GitHub
- URL: https://github.com/kkrishguptaa/bin2dec
- Owner: kkrishguptaa
- License: gpl-3.0
- Created: 2023-12-23T16:24:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T01:18:51.000Z (3 months ago)
- Last Synced: 2025-02-22T22:05:37.469Z (3 months ago)
- Topics: css, html, javascript, static
- Language: HTML
- Homepage: https://xkrishguptaa.github.io/bin2dec/
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📸 Screenshots
| Desktop | Mobile |
| --- | --- |
|  |  |## 🌟 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)