blob: 01a3756a14e433791d22c0f1d954dc45ad2307e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Bin2Dec
An app to convert binary strings to decimal number.
You can find more details about the implementation here: https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Bin2Dec-App.md
## Preview
You can see a live preview here: https://demo.armandphilippot.com/#bin2dec
## License
This project is open-source and available under the [MIT License](../LICENSE).
|