From 0738d5bdae03237ecf662b200427909067d79b72 Mon Sep 17 00:00:00 2001 From: Guilherme Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 23 Feb 2020 19:58:24 -0300 Subject: [PATCH] Update Bin2Dec-App.md --- Projects/1-Beginner/Bin2Dec-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 133699a5..e894b7dd 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -39,3 +39,4 @@ Try not to view this until you've developed your own solution: - [Binary to decimal conversion program for beginners](https://www.youtube.com/watch?v=YMIALQE26KQ) - [Binary to Decimal converter using React](https://github.com/email2vimalraj/Bin2Dec) +- [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/)