aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/js-small-apps/bin2dec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects/js-small-apps/bin2dec/README.md')
-rw-r--r--public/projects/js-small-apps/bin2dec/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/projects/js-small-apps/bin2dec/README.md b/public/projects/js-small-apps/bin2dec/README.md
new file mode 100644
index 0000000..01a3756
--- /dev/null
+++ b/public/projects/js-small-apps/bin2dec/README.md
@@ -0,0 +1,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).